Partager via


Propriété Project.Password

Sets the password used to encrypt or decrypt project and packages.

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

Syntaxe

'Déclaration
Public WriteOnly Property Password As String 
    Set
'Utilisation
Dim instance As Project 
Dim value As String

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

Valeur de propriété

Type : System.String
The password used to encrypt or decrypt project and packages.

Voir aussi

Référence

Project Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime