ForLoop インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
詳細については、「ForLoopClass」を参照してください。
public interface class ForLoop : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSExecutable100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ForLoopClass))]
[System.Runtime.InteropServices.Guid("E349EDCA-8BC3-4AE6-A2E0-14E7289DEC27")]
public interface ForLoop : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ForLoopClass))]
[System.Runtime.InteropServices.Guid("3E19BD49-B688-49A4-B4EC-22ADCFDDC42F")]
public interface ForLoop : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ForLoopClass))]
[System.Runtime.InteropServices.Guid("0FB1ECEC-4CBC-4B75-B31E-746A0546B491")]
public interface ForLoop : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ForLoopClass))>]
[<System.Runtime.InteropServices.Guid("E349EDCA-8BC3-4AE6-A2E0-14E7289DEC27")>]
type ForLoop = interface
interface IDTSExecutable100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ForLoopClass))>]
[<System.Runtime.InteropServices.Guid("3E19BD49-B688-49A4-B4EC-22ADCFDDC42F")>]
type ForLoop = interface
interface IDTSExecutable100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.ForLoopClass))>]
[<System.Runtime.InteropServices.Guid("0FB1ECEC-4CBC-4B75-B31E-746A0546B491")>]
type ForLoop = interface
interface IDTSExecutable100
Public Interface ForLoop
Implements IDTSExecutable100
- 派生
- 属性
- 実装
メソッド
Execute(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100, Object) |
実行可能ファイルを実行します。 (継承元 IDTSExecutable100) |
Validate(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100) |
実行可能ファイルを実行する前に、すべての依存関係とその他の項目を検証することにより、オブジェクトが正常に実行されることを確認します。 (継承元 IDTSExecutable100) |