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. |