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 命名空间