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) |