Certificate.Events 속성
Gets the events that are associated with the certificate.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
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.
예
참고 항목
참조
Microsoft.SqlServer.Management.Smo 네임스페이스