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

適用対象