CertificateStatementBase.DecryptionPassword プロパティ

復号化パスワードを取得または設定します。

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

構文

'宣言
Public Property DecryptionPassword As Literal
'使用
Dim instance As CertificateStatementBase
Dim value As Literal

value = instance.DecryptionPassword

instance.DecryptionPassword = value
public Literal DecryptionPassword { get; set; }
public:
virtual property Literal^ DecryptionPassword {
    Literal^ get () sealed;
    void set (Literal^ value) sealed;
}
public final function get DecryptionPassword () : Literal
public final function set DecryptionPassword (value : Literal)

プロパティ値

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

実装

IPasswordChangeOption.DecryptionPassword

参照

参照

CertificateStatementBase クラス

CertificateStatementBase メンバ

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