RestoreMasterKeyStatement.EncryptionPassword 속성
Gets or sets an additional encryption password.
네임스페이스: Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리: Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)
구문
‘선언
Public Property EncryptionPassword As Literal
Get
Set
‘사용 방법
Dim instance As RestoreMasterKeyStatement
Dim value As Literal
value = instance.EncryptionPassword
instance.EncryptionPassword = value
public Literal EncryptionPassword { get; set; }
public:
property Literal^ EncryptionPassword {
Literal^ get ();
void set (Literal^ value);
}
member EncryptionPassword : Literal with get, set
function get EncryptionPassword () : Literal
function set EncryptionPassword (value : Literal)
속성 값
유형: Microsoft.SqlServer.TransactSql.ScriptDom.Literal
An additional encryption password.