Proprietà Project.Password

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

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

Sintassi

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

Valore proprietà

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

Vedere anche

Riferimento

Project Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime