次の方法で共有


EventsProvider.EventHandlers プロパティ

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

名前空間:  Microsoft.SqlServer.Dts.Runtime
アセンブリ:  Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)

構文

'宣言
Public ReadOnly Property EventHandlers As DtsEventHandlers 
    Get
'使用
Dim instance As EventsProvider 
Dim value As DtsEventHandlers 

value = instance.EventHandlers
public DtsEventHandlers EventHandlers { get; }
public:
property DtsEventHandlers^ EventHandlers {
    DtsEventHandlers^ get ();
}
member EventHandlers : DtsEventHandlers
function get EventHandlers () : DtsEventHandlers

プロパティ値

型: Microsoft.SqlServer.Dts.Runtime.DtsEventHandlers
DtsEventHandlers コレクションのイベント ハンドラーのコレクションです。

関連項目

参照

EventsProvider クラス

Microsoft.SqlServer.Dts.Runtime 名前空間