言語

IDTSObjectVersionUpdate100.Version プロパティ

定義

DTSオブジェクトのバージョンを取得します。

public:
 property int Version { int get(); };
[System.Runtime.InteropServices.DispId(2)]
public int Version { [System.Runtime.InteropServices.DispId(2)] get; }
[<System.Runtime.InteropServices.DispId(2)>]
[<get: System.Runtime.InteropServices.DispId(2)>]
member this.Version : int
Public ReadOnly Property Version As Integer

プロパティ値

DTSオブジェクトのバージョンです。

属性

注釈

Note

このメンバーは将来のMicrosoftSQL Serverバージョンで削除される予定です。 新しい開発作業ではこのメンバーの使用を避け、現在このメンバーを使用しているアプリケーションを修正する計画を立ててください。

適用対象