Partilhar via


Propriedade do RDL Certificate

Gets or sets the ICertificate object that is associated with the user.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxe

'Declaração
Property Certificate As ICertificate
    Get
    Set
'Uso
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)

Valor da propriedade

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

Implementa

IUser. . :: . .Certificate