Énumération ActionOnExistType
Defines the behavior that occurs when an upgrade package has the same name as an existing Integration Services package.
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public Enumeration ActionOnExistType
'Utilisation
Dim instance As ActionOnExistType
public enum ActionOnExistType
public enum class ActionOnExistType
type ActionOnExistType
public enum ActionOnExistType
Membres
Nom de membre | 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. |