Project.Password Property
Sets the password used to encrypt or decrypt project and packages.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public WriteOnly Property Password As String
Set
'Usage
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)
Property Value
Type: System.String
The password used to encrypt or decrypt project and packages.