EventsProvider.EventHandlers プロパティ

定義

イベント ハンドラー オブジェクトのコレクションを返します。 このフィールドは読み取り専用です。

public:
 property Microsoft::SqlServer::Dts::Runtime::DtsEventHandlers ^ EventHandlers { Microsoft::SqlServer::Dts::Runtime::DtsEventHandlers ^ get(); };
public Microsoft.SqlServer.Dts.Runtime.DtsEventHandlers EventHandlers { get; }
member this.EventHandlers : Microsoft.SqlServer.Dts.Runtime.DtsEventHandlers
Public ReadOnly Property EventHandlers As DtsEventHandlers

プロパティ値

DtsEventHandlers コレクションのイベント ハンドラーのコレクションです。

適用対象