IPasswordChangeOption.EncryptionPassword 属性

获取或设置可选私钥的加密密码。

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

语法

声明
Property EncryptionPassword As Literal
    Get
    Set
Literal EncryptionPassword { get; set; }
property Literal^ EncryptionPassword {
    Literal^ get ();
    void set (Literal^ value);
}
abstract EncryptionPassword : Literal with get, set
function get EncryptionPassword () : Literal
function set EncryptionPassword (value : Literal)

属性值

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

.NET Framework 安全性

请参见

参考

IPasswordChangeOption 接口

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