IDTSOutputColumn100.MappedColumnID 속성

정의

public:
 property int MappedColumnID { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(108)]
public int MappedColumnID { [System.Runtime.InteropServices.DispId(108)] get; [System.Runtime.InteropServices.DispId(108)] set; }
[<System.Runtime.InteropServices.DispId(108)>]
[<get: System.Runtime.InteropServices.DispId(108)>]
[<set: System.Runtime.InteropServices.DispId(108)>]
member this.MappedColumnID : int with get, set
Public Property MappedColumnID As Integer

속성 값

일반적으로 IDTSInputColumn100 개체에 매핑된 IDTSOutputColumn100 개체의 ID입니다.

특성

설명

MappedColumnID 속성은 SQL Server 2008 Integration Services에 추가되었습니다. 이 속성은 Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012 네임스페이스의 다음 개체에도 추가되었습니다.

  • IDTSInputColumn100.MappedColumnID

  • IDTSExternalMetadataColumn100.MappedColumnID

    이러한 속성은 사용할 필요가 없습니다. 이러한 속성은 개발자가 사용자 지정 데이터 흐름 구성 요소에서 입력 및 출력 열과 같은 관련 열을 보다 쉽게 연결할 수 있는 방법을 제공합니다.

적용 대상