追加の暗号化パスワードを取得または設定します。
名前空間: 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
追加の暗号化パスワード。