IDTSOutputColumn100.MappedColumnID 속성

정의

IDTSOutputColumn100 객체에 매핑된 컬럼의 ID를 받거나 설정합니다.

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 통합 서비스에 추가되었습니다. 이 속성은 네임스페이스 내 Microsoft.SqlServer.Dts.Pipeline.Wrapper 다음 객체들에도 추가되었습니다:

이러한 특성의 사용은 필수가 아닙니다. 이러한 속성들은 개발자가 입력 및 출력 열과 같은 관련 열을 사용자 정의 데이터 흐름 구성 요소에서 더 쉽게 연결할 수 있도록 합니다.

적용 대상