Project.Password 속성
Sets the password used to encrypt or decrypt project and packages.
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)
구문
‘선언
Public WriteOnly Property Password As String
Set
‘사용 방법
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)
속성 값
유형: System.String
The password used to encrypt or decrypt project and packages.