Propriedade do RDL Certificate
Gets 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
ReadOnly Property Certificate As ICertificate
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .ICertificate
The ICertificate object that is associated with the user.
Consulte também