IDTSForEachLoop100 インターフェイス

定義

ForEach ループ プロセスを定義するインターフェイスを表します。

public interface class IDTSForEachLoop100 : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSExecutable100
[System.Runtime.InteropServices.Guid("8731B660-CD70-4F9B-90D7-7DC1D18726B4")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSForEachLoop100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("EBA92823-DC8A-4732-B505-B94FA6CA5086")]
public interface IDTSForEachLoop100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("77701489-9F59-4CD8-ACFB-7A8D2A460880")]
public interface IDTSForEachLoop100 : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100
[<System.Runtime.InteropServices.Guid("8731B660-CD70-4F9B-90D7-7DC1D18726B4")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSForEachLoop100 = interface
    interface IDTSExecutable100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("EBA92823-DC8A-4732-B505-B94FA6CA5086")>]
type IDTSForEachLoop100 = interface
    interface IDTSExecutable100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("77701489-9F59-4CD8-ACFB-7A8D2A460880")>]
type IDTSForEachLoop100 = interface
    interface IDTSExecutable100
Public Interface IDTSForEachLoop100
Implements IDTSExecutable100
派生
属性
実装

プロパティ

ForEachEnumerator

ForEachEnumerator のホストを取得します。値の設定も可能です。

VariableMappings

ForEachVariableMappings の変数のマッピングを含む ForEachLoop コレクションを返します。

メソッド

Execute(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100, Object)

ForEach ループ プロセスを実行します。

Validate(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100)

ForEach ループ プロセスを検証します。

適用対象