Proprietà Package.PackagePassword

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public WriteOnly Property PackagePassword As String 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.String
The value of the password for the package.

Vedere anche

Riferimento

Package Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime