ISql100DatabaseEncryptionKey.ServerCertificate 属性

获取或设置用于保护数据库加密密钥的服务器证书。

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

语法

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

属性值

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

.NET Framework 安全性

请参见

参考

ISql100DatabaseEncryptionKey 接口

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