Compartilhar via


Enumeração ActionOnExistType

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 (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
Public Enumeration ActionOnExistType
'Uso
Dim instance As ActionOnExistType
public enum ActionOnExistType
public enum class ActionOnExistType
type ActionOnExistType
public enum ActionOnExistType

Membros

Nome do membro Descrição
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.

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime