Свойство 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.