IDTSManagedComponentWrapper100 인터페이스

정의

DTS에서 관리되는 구성 요소 래퍼를 나타냅니다.

public interface class IDTSManagedComponentWrapper100
[System.Runtime.InteropServices.Guid("1F31C67A-3928-47C5-B3A2-ADE736AB9FA9")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IDTSManagedComponentWrapper100
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("CF135EC8-BB8C-4D9B-9BD0-C6E71CF24C8F")]
public interface IDTSManagedComponentWrapper100
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("1F0DFD1C-7774-4FF5-A5F0-84ED736BF6A7")]
public interface IDTSManagedComponentWrapper100
[<System.Runtime.InteropServices.Guid("1F31C67A-3928-47C5-B3A2-ADE736AB9FA9")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IDTSManagedComponentWrapper100 = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.Guid("CF135EC8-BB8C-4D9B-9BD0-C6E71CF24C8F")>]
type IDTSManagedComponentWrapper100 = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.Guid("1F0DFD1C-7774-4FF5-A5F0-84ED736BF6A7")>]
type IDTSManagedComponentWrapper100 = interface
Public Interface IDTSManagedComponentWrapper100
특성

메서드

AddBLOBData(IDTSBuffer100, Int32, Int32, Byte[])

IDTSManagedComponentWrapper100에 대한 BLOB 데이터를 추가합니다.

AddBLOBDataLen(IDTSBuffer100, Int32, Int32, Byte[], UInt32)

IDTSManagedComponentWrapper100에 대한 BLOB 데이터를 추가합니다.

GetBLOBData(IDTSBuffer100, Int32, Int32, UInt32, UInt32)

BLOB 데이터를 가져옵니다.

WrapperAcquireConnections(Object)

구성 요소 래퍼에 대한 연결을 가져옵니다.

WrapperDeleteExternalMetadataColumn(Int32, Int32)

래퍼에서 외부 메타데이터 열을 삭제합니다.

WrapperDeleteInput(Int32)

래퍼에서 입력을 삭제합니다.

WrapperDeleteOutput(Int32)

래퍼에서 출력을 삭제합니다.

WrapperDeleteOutputColumn(Int32, Int32)

래퍼에 대한 출력 열을 삭제합니다.

WrapperDescribeRedirectedErrorCode(Int32)

래퍼에 대한 리디렉션된 오류 코드를 설명합니다.

WrapperInsertExternalMetadataColumnAt(Int32, Int32, String, String)

지정한 열에 외부 메타데이터를 삽입합니다.

WrapperInsertInput(DTSInsertPlacement, Int32)

래퍼의 입력을 삽입합니다.

WrapperInsertOutput(DTSInsertPlacement, Int32)

래퍼의 출력을 삽입합니다.

WrapperInsertOutputColumnAt(Int32, Int32, String, String)

지정한 열에 래퍼의 출력을 삽입합니다.

WrapperMapInputColumn(Int32, Int32, Int32)

래퍼의 입력 열을 찾습니다.

WrapperMapOutputColumn(Int32, Int32, Int32, Boolean)

래퍼의 출력 열을 찾습니다.

WrapperOnDeletingInputColumn(Int32, Int32)

입력 열을 삭제합니다.

WrapperOnInputPathAttached(Int32)

입력 경로가 연결되었을 때 이벤트가 발생했음을 나타냅니다.

WrapperOnInputPathDetached(Int32)

입력 경로가 분리되었을 때 이벤트가 발생했음을 나타냅니다.

WrapperOnOutputPathAttached(Int32)

출력 경로가 연결되었을 때 이벤트가 발생했음을 나타냅니다.

WrapperProvideComponentProperties()

래퍼에 대한 구성 요소 속성을 제공합니다.

WrapperReinitializeMetaData()

래퍼에 대한 메타데이터를 다시 초기화합니다.

WrapperReleaseConnections()

래퍼 연결을 해제합니다.

WrapperSetComponentProperty(String, Object)

래퍼에 대한 구성 요소 속성을 설정합니다.

WrapperSetExternalMetadataColumnDataTypeProperties(Int32, Int32, DataType, Int32, Int32, Int32, Int32)

래퍼에 대한 외부 메타데이터 열 데이터 형식 속성을 설정합니다.

WrapperSetExternalMetadataColumnProperty(Int32, Int32, String, Object)

래퍼의 외부 메타데이터 열 속성을 설정합니다.

WrapperSetInputColumnProperty(Int32, Int32, String, Object)

입력 열 속성을 설정합니다.

WrapperSetInputProperty(Int32, String, Object)

래퍼의 입력 속성을 설정합니다.

WrapperSetOutputColumnDataTypeProperties(Int32, Int32, DataType, Int32, Int32, Int32, Int32)

출력 열 데이터 형식 속성을 설정합니다.

WrapperSetOutputColumnProperty(Int32, Int32, String, Object)

래퍼의 출력 열 속성을 설정합니다.

WrapperSetOutputProperty(Int32, String, Object)

래퍼의 출력 속성을 설정합니다.

WrapperSetUsageType(Int32, IDTSVirtualInput100, Int32, DTSUsageType)

래퍼에 대한 사용 유형을 설정합니다.

WrapperValidate()

래퍼의 유효성을 검사합니다.

적용 대상