ISql90ServiceBrokerLanguageSpecifier.AuthenticationCertificate 属性

获取或设置要用于身份验证的证书。

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

语法

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

属性值

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

.NET Framework 安全性

请参见

参考

ISql90ServiceBrokerLanguageSpecifier 接口

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