ISql90User.Certificate 属性

获取或设置为其创建用户的证书。

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

语法

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

属性值

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

.NET Framework 安全性

请参见

参考

ISql90User 接口

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