DtsPipelineComponentAttribute.CurrentVersion Property
コンポーネントのバージョンを取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Dts.Pipeline
アセンブリ: Microsoft.SqlServer.PipelineHost (microsoft.sqlserver.pipelinehost.dll 内)
構文
'宣言
Public Property CurrentVersion As Integer
public int CurrentVersion { get; set; }
public:
property int CurrentVersion {
int get ();
void set (int value);
}
/** @property */
public int get_CurrentVersion ()
/** @property */
public void set_CurrentVersion (int value)
public function get CurrentVersion () : int
public function set CurrentVersion (value : int)
プロパティ値
コンポーネントのバージョンを含む整数です。
解説
このプロパティは、コンポーネントのバージョンを識別します。コンポーネントの新しいバージョンへの更新をトリガするのが主な用途です。これは、PerformUpgrade メソッドと組み合わせて使用されます。
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
DtsPipelineComponentAttribute Class
DtsPipelineComponentAttribute Members
Microsoft.SqlServer.Dts.Pipeline Namespace