UpgradePackageInfo.PackagePassword Property

 

Applies To: SQL Server 2016 Preview

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

public string PackagePassword { get; set; }
public:
property String^ PackagePassword {
    String^ get();
    void set(String^ value);
}
member PackagePassword : string with get, set
Public Property PackagePassword As String

Property Value

Type: System.String

A string that is used to decrypt an upgraded package.

See Also

UpgradePackageInfo Class
Microsoft.SqlServer.Dts.Runtime Namespace

Return to top