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 将现有包替换为升级后的包。
错误 生成错误,并且包未升级。

适用于