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.