This topic has not yet been rated - Rate this topic

ActionOnExistType Enumeration

Defines the behavior that occurs when an upgrade package has the same name as an existing Integration Services package.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
public enum ActionOnExistType
Member name Description
Rename Adds a numeric suffix to the name of the upgraded package.
Overwrite Replaces the existing package with an upgraded package of the same name.
Error Specifies that the package will not be upgraded and generates an error message.
Did you find this helpful?
(1500 characters remaining)