UpgradePackageInfo.PackagePassword 속성

Gets the password that is required to decrypt an upgraded Integration Services package that is encrypted with a password.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Public Property PackagePassword As String 
    Get 
    Set
‘사용 방법
Dim instance As UpgradePackageInfo 
Dim value As String 

value = instance.PackagePassword

instance.PackagePassword = value
public string PackagePassword { get; set; }
public:
property String^ PackagePassword {
    String^ get ();
    void set (String^ value);
}
member PackagePassword : string with get, set
function get PackagePassword () : String 
function set PackagePassword (value : String)

속성 값

유형: System.String
A string that is used to decrypt an upgraded package.

참고 항목

참조

UpgradePackageInfo 클래스

Microsoft.SqlServer.Dts.Runtime 네임스페이스