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.