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
成员
成员名称 | 说明 | |
---|---|---|
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. |