RestoreMasterKeyStatement.EncryptionPassword プロパティ

追加の暗号化パスワードを取得または設定します。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property EncryptionPassword As Literal
'使用
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);
}
public function get EncryptionPassword () : Literal
public function set EncryptionPassword (value : Literal)

プロパティ値

型 : Microsoft.Data.Schema.ScriptDom.Sql.Literal

参照

参照

RestoreMasterKeyStatement クラス

RestoreMasterKeyStatement メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間