BatchUpgradeOptions.ActionOnExist プロパティ

定義

既存の ActionOnExistType Integration Services パッケージと同じ名前のアップグレード済みパッケージの処理方法を指定する値を取得または設定します。

public:
 property Microsoft::SqlServer::Dts::Runtime::ActionOnExistType ActionOnExist { Microsoft::SqlServer::Dts::Runtime::ActionOnExistType get(); void set(Microsoft::SqlServer::Dts::Runtime::ActionOnExistType value); };
public Microsoft.SqlServer.Dts.Runtime.ActionOnExistType ActionOnExist { get; set; }
member this.ActionOnExist : Microsoft.SqlServer.Dts.Runtime.ActionOnExistType with get, set
Public Property ActionOnExist As ActionOnExistType

プロパティ値

既存のパッケージと同じ名前を持つアップグレードされたパッケージの処理方法を示す ActionOnExistType 値。

注釈

次の表に、有効な値を示します。

説明
名前の変更 アップグレード パッケージの名前に番号を付加します。 これが既定値です。
Overwrite 既存のパッケージをアップグレード パッケージで置き換えます。
エラー エラーを生成します。パッケージはアップグレードされません。

適用対象