언어

IDTSManagedComponentHost100 인터페이스

정의

객체의 IDTSManagedComponent100 호스트를 포함합니다.

public interface class IDTSManagedComponentHost100
[System.Runtime.InteropServices.Guid("83B3A876-D0FF-43D3-88BE-10D6BD470CBE")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IDTSManagedComponentHost100
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("FF18D832-1AD8-4EBF-8C60-84C88B350B59")]
public interface IDTSManagedComponentHost100
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("473422E1-95D4-4076-8429-D9BA5440A86F")]
public interface IDTSManagedComponentHost100
[<System.Runtime.InteropServices.Guid("83B3A876-D0FF-43D3-88BE-10D6BD470CBE")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IDTSManagedComponentHost100 = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.Guid("FF18D832-1AD8-4EBF-8C60-84C88B350B59")>]
type IDTSManagedComponentHost100 = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.Guid("473422E1-95D4-4076-8429-D9BA5440A86F")>]
type IDTSManagedComponentHost100 = interface
Public Interface IDTSManagedComponentHost100
파생
특성

속성

Name Description
HostBufferManager

호스트의 버퍼 매니저 인스턴스를 설정합니다.

HostComponentMetaData

호스트의 컴포넌트 메타데이터 인스턴스를 설정합니다.

HostEventInfos

호스트의 이벤트 정보 인스턴스를 설정합니다.

HostLogEntryInfos

호스트의 로그 입력 정보 인스턴스를 설정합니다.

HostReferenceTracker

호스트의 참조 추적기 인스턴스를 설정합니다.

HostVariableDispenser

호스트의 가변 디스펜서 인스턴스를 설정합니다.

메서드

Name Description
HostAcquireConnections(IDTSManagedComponentWrapper100, Object)

호스트 연결을 획득합니다.

HostCheckAndPerformUpgrade(IDTSManagedComponentWrapper100, Int32)

호스트를 확인하고 업그레이드를 수행합니다.

HostCleanup(IDTSManagedComponentWrapper100)

호스트 정리를 수행합니다.

HostDeleteExternalMetadataColumn(IDTSManagedComponentWrapper100, Int32, Int32)

호스트 외부 메타데이터 열을 삭제합니다.

HostDeleteInput(IDTSManagedComponentWrapper100, Int32)

t6 호스트와 연결된 입력을 삭제합니다.

HostDeleteOutput(IDTSManagedComponentWrapper100, Int32)

호스트와 연관된 출력을 삭제합니다.

HostDeleteOutputColumn(IDTSManagedComponentWrapper100, Int32, Int32)

호스트 출력 열을 삭제합니다.

HostDescribeRedirectedErrorCode(IDTSManagedComponentWrapper100, Int32)

호스트의 리디렉션된 오류 코드를 설명합니다.

HostInsertExternalMetadataColumnAt(IDTSManagedComponentWrapper100, Int32, Int32, String, String)

지정된 인덱스에 호스트 메타데이터 열을 삽입합니다.

HostInsertInput(IDTSManagedComponentWrapper100, DTSInsertPlacement, Int32)

호스트 입력을 삽입합니다.

HostInsertOutput(IDTSManagedComponentWrapper100, DTSInsertPlacement, Int32)

호스트 출력을 삽입합니다.

HostInsertOutputColumnAt(IDTSManagedComponentWrapper100, Int32, Int32, String, String)

지정된 인덱스에 호스트 출력 열을 삽입합니다.

HostMapInputColumn(IDTSManagedComponentWrapper100, Int32, Int32, Int32)

호스트 입력 열을 찾습니다.

HostMapOutputColumn(IDTSManagedComponentWrapper100, Int32, Int32, Int32, Boolean)

호스트 출력 열을 찾습니다.

HostOnDeletingInputColumn(IDTSManagedComponentWrapper100, Int32, Int32)

호스트가 입력 열을 삭제할 때 발생하는 이벤트를 나타냅니다.

HostOnInputPathAttached(IDTSManagedComponentWrapper100, Int32)

호스트가 입력 경로를 연결할 때 발생하는 이벤트를 나타냅니다.

HostOnInputPathDetached(IDTSManagedComponentWrapper100, Int32)

호스트가 입력 경로를 분리할 때 발생하는 이벤트를 나타냅니다.

HostOnOutputPathAttached(IDTSManagedComponentWrapper100, Int32)

호스트가 출력 경로를 연결할 때 발생하는 이벤트를 나타냅니다.

HostPostExecute(IDTSManagedComponentWrapper100)

실행 후 호스트를 지정합니다.

HostPreExecute(IDTSManagedComponentWrapper100)

실행 전에 호스트를 지정합니다.

HostPrepareForExecute(IDTSManagedComponentWrapper100)

숙주를 처형할 준비를 한다.

HostPrimeOutput(IDTSManagedComponentWrapper100, Int32, Int32[], IDTSBuffer100[], IntPtr)

호스트 프라임 출력을 나타냅니다.

HostProcessInput(IDTSManagedComponentWrapper100, Int32, IDTSBuffer100, IntPtr)

호스트 프라임 입력을 나타냅니다.

HostProvideComponentProperties(IDTSManagedComponentWrapper100)

호스트의 구성 속성을 제공합니다.

HostReinitializeMetaData(IDTSManagedComponentWrapper100)

호스트 메타데이터를 재초기화합니다.

HostReleaseConnections(IDTSManagedComponentWrapper100)

호스트 연결을 해제합니다.

HostSetComponentProperty(IDTSManagedComponentWrapper100, String, Object)

호스트 컴포넌트 속성을 설정합니다.

HostSetExternalMetadataColumnDataTypeProperties(IDTSManagedComponentWrapper100, Int32, Int32, DataType, Int32, Int32, Int32, Int32)

호스트의 외부 메타데이터 컬럼 데이터 타입 속성을 설정합니다.

HostSetExternalMetadataColumnProperty(IDTSManagedComponentWrapper100, Int32, Int32, String, Object)

호스트의 외부 메타데이터 컬럼 속성을 설정합니다.

HostSetInputColumnProperty(IDTSManagedComponentWrapper100, Int32, Int32, String, Object)

호스트 입력 컬럼 속성을 설정합니다.

HostSetInputProperty(IDTSManagedComponentWrapper100, Int32, String, Object)

호스트 입력 속성을 설정합니다.

HostSetOutputColumnDataTypeProperties(IDTSManagedComponentWrapper100, Int32, Int32, DataType, Int32, Int32, Int32, Int32)

호스트 출력 컬럼 데이터 타입 속성을 설정합니다.

HostSetOutputColumnProperty(IDTSManagedComponentWrapper100, Int32, Int32, String, Object)

호스트 출력 컬런 속성을 설정합니다.

HostSetOutputProperty(IDTSManagedComponentWrapper100, Int32, String, Object)

호스트 출력 속성을 설정합니다.

HostSetUsageType(IDTSManagedComponentWrapper100, Int32, IDTSVirtualInput100, Int32, DTSUsageType)

호스트 사용 유형을 설정합니다.

HostValidate(IDTSManagedComponentWrapper100)

호스트를 검증합니다.

Instantiate(String, IDTSComponentMetaData100, IDTSVariableDispenser100, IDTSBufferManager100, IDTSEventInfos100, IDTSObjectReferenceTracker100, IDTSLogEntryInfos100, DTSProductLevel)

IDTSManagedComponentHost100.

적용 대상