Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Defines the behavior that occurs when an upgrade package has the same name as an existing Службы Integration Services package.
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)
Синтаксис
'Декларация
Public Enumeration ActionOnExistType
'Применение
Dim instance As ActionOnExistType
public enum ActionOnExistType
public enum class ActionOnExistType
type ActionOnExistType
public enum ActionOnExistType
Элементы
| Имя элемента | Описание | |
|---|---|---|
| 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. |