IDTSEventHandlers100 インターフェイス

定義

IDTSEventHandler100 オブジェクトのコレクションを表します。

public interface class IDTSEventHandlers100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("C6DD845C-015F-4C55-A87D-557EF9E218D2")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSEventHandlers100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("676CA743-7AF5-4638-9710-3323EE8C087C")]
public interface IDTSEventHandlers100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("4596060D-6420-4035-A0AA-C9A361573336")]
public interface IDTSEventHandlers100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("C6DD845C-015F-4C55-A87D-557EF9E218D2")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSEventHandlers100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("676CA743-7AF5-4638-9710-3323EE8C087C")>]
type IDTSEventHandlers100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("4596060D-6420-4035-A0AA-C9A361573336")>]
type IDTSEventHandlers100 = interface
    interface IEnumerable
Public Interface IDTSEventHandlers100
Implements IEnumerable
属性
実装

プロパティ

Count

コレクションに格納されている要素の数を取得します。

Item[Object]

IDTSEventHandler100 オブジェクトをコレクションから取得します。

メソッド

Add(String)

コレクションに新しいイベントを追加します。

GetEnumerator()

コレクションに対する繰り返し処理で使用する列挙子を返します。

Join(IDTSEventHandler100)

新しいイベント ハンドラーをコレクションに結合します。

Remove(Object)

IDTSEventHandler100 オブジェクトをコレクションから削除します。

適用対象