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