言語

IDTSForEachEnumerator100.GetEnumerator メソッド

定義

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

public:
 System::Object ^ GetEnumerator(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConnections100 ^ pConnections, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariableDispenser100 ^ pVariableDispenser, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSInfoEvents100 ^ pEvents, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSLogging100 ^ pLog);
[System.Runtime.InteropServices.DispId(1610743809)]
public object GetEnumerator(Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100 pConnections, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100 pVariableDispenser, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 pEvents, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100 pLog);
[<System.Runtime.InteropServices.DispId(1610743809)>]
abstract member GetEnumerator : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnections100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100 -> obj
Public Function GetEnumerator (pConnections As IDTSConnections100, pVariableDispenser As IDTSVariableDispenser100, pEvents As IDTSInfoEvents100, pLog As IDTSLogging100) As Object

パラメーター

pConnections
IDTSConnections100

列挙員が使用する接続の集合。

pVariableDispenser
IDTSVariableDispenser100

変数をロックするためのオブジェクトです。

pEvents
IDTSInfoEvents100

永続性中にエラーや警告などのイベントを発生させるための IDTSInfoEvents100 インターフェースを実装するオブジェクトです。

pLog
IDTSLogging100

IDTSLogging100 インターフェイスを実装するオブジェクト。

返品

コレクションを反復するための列挙子。

属性

注釈

詳細については、IDTSForEachEnumeratorを参照してください。

適用対象