IDTSComponentMetaData100.PipelineVersion 속성

정의

구성 요소가 실행되도록 설계된 데이터 흐름 작업 버전을 받거나 설정합니다.

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

속성 값

구성 요소가 실행되도록 설계된 데이터 흐름 작업 버전입니다.

특성

설명

이 속성은 컴포넌트가 자신이 설계한 데이터 흐름 작업 버전을 지정할 수 있게 합니다. 지정된 버전이 로컬 머신에 설치된 데이터 플로우 작업의 버전 번호와 다르면, SQL Server Data Tools(SSDT)에서 검증 오류가 표시됩니다.

적용 대상