Share via


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 オブジェクトのバージョンです。

属性

注釈

注意

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

適用対象