ActionOnExistType Enum

Definition

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

Error 2

Specifies that the package will not be upgraded and generates an error message.

Overwrite 1

Replaces the existing package with an upgraded package of the same name.

Rename 0

Adds a numeric suffix to the name of the upgraded package.

Applies to