Events 속성
Gets the events that are associated with the certificate.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
Public ReadOnly Property Events As CertificateEvents
Get
‘사용 방법
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
속성 값
형식: Microsoft.SqlServer.Management.Smo. . :: . .CertificateEvents
A CertificateEvents object that represents the certificate events.