言語

IDTSForEachEnumerator100 インターフェイス

定義

ForEachEnumeratorの性質と方法を定義します。

public interface class IDTSForEachEnumerator100
[System.Runtime.InteropServices.Guid("B2C90FA2-4526-4B7F-BF70-57DFDFFDE95C")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSForEachEnumerator100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("010C96F7-AAB2-46A3-B4FF-D23645B19FEC")]
public interface IDTSForEachEnumerator100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("581B370D-13AA-4381-9F81-2BE1C781F55B")]
public interface IDTSForEachEnumerator100
[<System.Runtime.InteropServices.Guid("B2C90FA2-4526-4B7F-BF70-57DFDFFDE95C")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSForEachEnumerator100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("010C96F7-AAB2-46A3-B4FF-D23645B19FEC")>]
type IDTSForEachEnumerator100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("581B370D-13AA-4381-9F81-2BE1C781F55B")>]
type IDTSForEachEnumerator100 = interface
Public Interface IDTSForEachEnumerator100
派生
属性

プロパティ

名前 説明
CollectionEnumerator

列挙子がどの種類のオブジェクトを反復しているかを示す値を取得または設定します。

メソッド

名前 説明
GetEnumerator(IDTSConnections100, IDTSVariableDispenser100, IDTSInfoEvents100, IDTSLogging100)

コレクションを反復するために列挙子を返します。

InitializeForEachEnumerator(IDTSConnections100, IDTSInfoEvents100, IDTSObjectReferenceTracker100)

タスクに関連するプロパティを初期化します。

Validate(IDTSConnections100, IDTSVariableDispenser100, IDTSInfoEvents100, IDTSLogging100)

列挙子が、実行を妨げる無効な設定が含まれているかどうかを判断できるようにします。

適用対象