Package.PackagePassword Property

 

Applies To: SQL Server 2016 Preview

Sets the value of the password for the package. This property is write-only.

Namespace:   Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

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

Property Value

Type: System.String

The value of the password for the package.

See Also

Package Class
Microsoft.SqlServer.Dts.Runtime Namespace

Return to top