Propriété Certificate
Gets or sets 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
Property Certificate As ICertificate
Get
Set
'Utilisation
Dim instance As IMutableUser
Dim value As ICertificate
value = instance.Certificate
instance.Certificate = value
ICertificate Certificate { get; set; }
property ICertificate^ Certificate {
ICertificate^ get ();
void set (ICertificate^ value);
}
abstract Certificate : ICertificate with get, set
function get Certificate () : ICertificate
function set Certificate (value : ICertificate)
Valeur de propriété
Type : Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .ICertificate
The ICertificate object that is associated with the user.