Share via


Package.PackagePassword Property

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

'Declaration
Public WriteOnly Property PackagePassword As String
    Set
'Usage
Dim instance As Package
Dim value As String

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

Property Value

Type: System.String