Partager via


Propriété Certificate

Gets the ICertificate object that is associated with the user.

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
ReadOnly Property Certificate As ICertificate
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .ICertificate
The ICertificate object that is associated with the user.