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

ActionOnExistType 值,可指定如何處理與現有封裝同名的升級封裝。

備註

下表列出有效的值。

描述
重新命名 將數位加入升級封裝的名稱。 這是預設值。
Overwrite 以升級的封裝取代現有的封裝。
錯誤 會產生錯誤,而且不會升級封裝。

適用於