IDTSExecutable100 인터페이스

정의

런타임 엔진에서 실행되는 모든 개체가 상속하고 구현해야 할 메서드를 제공하는 인터페이스를 나타냅니다.

public interface class IDTSExecutable100
[System.Runtime.InteropServices.Guid("E349EDCA-8BC3-4AE6-A2E0-14E7289DEC27")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSExecutable100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("3E19BD49-B688-49A4-B4EC-22ADCFDDC42F")]
public interface IDTSExecutable100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("0FB1ECEC-4CBC-4B75-B31E-746A0546B491")]
public interface IDTSExecutable100
[<System.Runtime.InteropServices.Guid("E349EDCA-8BC3-4AE6-A2E0-14E7289DEC27")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSExecutable100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("3E19BD49-B688-49A4-B4EC-22ADCFDDC42F")>]
type IDTSExecutable100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("0FB1ECEC-4CBC-4B75-B31E-746A0546B491")>]
type IDTSExecutable100 = interface
Public Interface IDTSExecutable100
파생
특성

메서드

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

실행 파일을 실행합니다.

Validate(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100)

실행 파일이 실행되기 전에 모든 해당 모든 종속 파일 및 기타 항목의 유효성을 검사하여 해당 실행 파일이 성공적으로 실행되는지 확인합니다.

적용 대상