ISql100DatabaseEncryptionKey.AsymmetricKey 属性

获取或设置用于保护数据库加密密钥的非对称密钥。

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

语法

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

属性值

类型:Microsoft.Data.Schema.Sql.SchemaModel.ISql100AsymmetricKey

.NET Framework 安全性

请参见

参考

ISql100DatabaseEncryptionKey 接口

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