Certificate 属性

Gets the ICertificate object that is associated with this login.

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
ReadOnly Property Certificate As ICertificate
    Get
用法
Dim instance As ILogin
Dim value As ICertificate

value = instance.Certificate
ICertificate Certificate { get; }
property ICertificate^ Certificate {
    ICertificate^ get ();
}
abstract Certificate : ICertificate
function get Certificate () : ICertificate

属性值

类型:Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .ICertificate
The ICertificate object that is associated with this login.