Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the password that is required to decrypt an upgraded Integration Services package that is encrypted with a password.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Property PackagePassword As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A string that is used to decrypt an upgraded package.