BatchUpgradeOptions.ActionOnExist 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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 | 以升級的封裝取代現有的封裝。 |
| 錯誤 | 會產生錯誤,而且不會升級封裝。 |