ActionOnExistType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the behavior that occurs when an upgrade package has the same name as an existing Integration Services package.
public enum class ActionOnExistType
public enum ActionOnExistType
type ActionOnExistType =
Public Enum ActionOnExistType
- Inheritance
-
ActionOnExistType
Fields
Name | Value | Description |
---|---|---|
Rename | 0 | Adds a numeric suffix to the name of the upgraded package. |
Overwrite | 1 | Replaces the existing package with an upgraded package of the same name. |
Error | 2 | Specifies that the package will not be upgraded and generates an error message. |