Share via


IDTSTask100 인터페이스

정의

Integration Services의 모든 작업에 대한 속성 및 메서드를 정의합니다.

public interface class IDTSTask100
[System.Runtime.InteropServices.Guid("DCF32FF5-2979-4850-AB9A-3B2ACDE318DC")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSTask100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("AB0E58E6-7BEA-4A19-8024-6F0A37980B91")]
public interface IDTSTask100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("82A02844-E972-4205-B7EA-99893C8047BE")]
public interface IDTSTask100
[<System.Runtime.InteropServices.Guid("DCF32FF5-2979-4850-AB9A-3B2ACDE318DC")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSTask100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("AB0E58E6-7BEA-4A19-8024-6F0A37980B91")>]
type IDTSTask100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("82A02844-E972-4205-B7EA-99893C8047BE")>]
type IDTSTask100 = interface
Public Interface IDTSTask100
파생
특성

설명

자세한 내용은 Task를 참조하세요.

속성

ExecutionValue

실행 값을 가져옵니다. 이 필드는 읽기 전용입니다.

메서드

Execute(IDTSConnections100, IDTSVariableDispenser100, IDTSComponentEvents100, IDTSLogging100, Object)

작업을 실행합니다.

Validate(IDTSConnections100, IDTSVariableDispenser100, IDTSComponentEvents100, IDTSLogging100)

구성 요소가 제대로 구성되었는지 확인합니다.

적용 대상