次の方法で共有


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 オブジェクト。

使用例

SMO イベントの処理

関連項目

参照

Certificate クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

暗号化階層

CREATE CERTIFICATE (Transact-SQL)

暗号化の使用