다음을 통해 공유


ActionOnExistType 열거형

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

멤버

멤버 이름 설명
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.