Proprietà Events
Gets the events that are associated with the certificate.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Events As CertificateEvents
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .CertificateEvents
A CertificateEvents object that represents the certificate events.
Vedere anche