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

适用于