Project.Password Propiedad
Sets the password used to encrypt or decrypt project and packages.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
Public WriteOnly Property Password As String
Set
'Uso
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)
Valor de la propiedad
Tipo: System.String
The password used to encrypt or decrypt project and packages.