언어

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
특성

메서드

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

IDTSManagedComponentWrapper100.

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

IDTSManagedComponentWrapper100.

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

포장지를 검증합니다.

적용 대상