ServerEventArgs.Properties プロパティ

定義

EventProperty オブジェクトのコレクションを表します。 各 EventProperty オブジェクトは、サーバー イベントのプロパティを表します。

public:
 property Microsoft::SqlServer::Management::Smo::EventPropertyCollection ^ Properties { Microsoft::SqlServer::Management::Smo::EventPropertyCollection ^ get(); };
public Microsoft.SqlServer.Management.Smo.EventPropertyCollection Properties { get; }
member this.Properties : Microsoft.SqlServer.Management.Smo.EventPropertyCollection
Public ReadOnly Property Properties As EventPropertyCollection

プロパティ値

サーバー イベントで定義されたすべてのプロパティを表す EventPropertyCollection オブジェクトです。

SMO イベントの処理

適用対象