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 コレクションのイベント ハンドラのコレクションです。