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)で検証エラーが表示されます。

適用対象