Certificate.Events プロパティ
証明書に関連付けられているイベントを取得します。
名前空間: 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
証明書のイベントを表す CertificateEvents オブジェクト。
使用例
関連項目
参照
Microsoft.SqlServer.Management.Smo 名前空間