Events Propiedad
Gets the events that are associated with the certificate.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public ReadOnly Property Events As CertificateEvents
Get
'Uso
Dim instance As Certificate
Dim value As CertificateEvents
value = instance.Events
public CertificateEvents Events { get; }
public:
property CertificateEvents^ Events {
CertificateEvents^ get ();
}
member Events : CertificateEvents
function get Events () : CertificateEvents
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .CertificateEvents
A CertificateEvents object that represents the certificate events.
Vea también