Partager via


Propriété Package.PackagePassword

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public WriteOnly Property PackagePassword As String 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

Package Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime