共用方式為


Certificate 屬性

Gets the ICertificate object that is associated with the user.

命名空間:  Microsoft.SqlServer.Management.SqlParser.Metadata
組件:  Microsoft.SqlServer.Management.SqlParser (在 Microsoft.SqlServer.Management.SqlParser.dll 中)

語法

'宣告
ReadOnly Property Certificate As ICertificate
    Get
'用途
Dim instance As IUser
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 the user.