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)
Syntax
'Deklaracja
Public Enumeration ActionOnExistType
public enum ActionOnExistType
public enum class ActionOnExistType
public enum ActionOnExistType
public enum ActionOnExistType
Members
| Member name | Description |
|---|---|
| Error | Specifies that the package will not be upgraded and generates an error message. |
| Overwrite | Replaces the existing package with an upgraded package of the same name. |
| Rename | Adds a numeric suffix to the name of the upgraded package. |
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.