AlterAsymmetricKeyStatement.DecryptionPassword 属性

获取或设置解密密码。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
Public Property DecryptionPassword As Literal
    Get
    Set
public Literal DecryptionPassword { get; set; }
public:
virtual property Literal^ DecryptionPassword {
    Literal^ get () sealed;
    void set (Literal^ value) sealed;
}
abstract DecryptionPassword : Literal with get, set
override DecryptionPassword : Literal with get, set
final function get DecryptionPassword () : Literal
final function set DecryptionPassword (value : Literal)

属性值

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

实现

IPasswordChangeOption.DecryptionPassword

.NET Framework 安全性

请参见

参考

AlterAsymmetricKeyStatement 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间