IDTSOutputColumn100.LineageID 속성

정의

LineageID 열의 Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutputCOlumn100 속성을 가져오거나 설정합니다.

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

속성 값

출력 열의 LineageID입니다.

특성

설명

이 속성은 출력 열을 만들 때 데이터 흐름 엔진에 의해 할당됩니다. 열을 사용하는 다운스트림 구성 요소의 IDTSOutput100 입력 열 컬렉션에 있는 열에 대한 출력 열 컬렉션의 열을 매핑하는 데 사용됩니다.

적용 대상