UpgradeResultStatus 枚举
Defines the results of upgrading an Integration Services package.
命名空间: Microsoft.SqlServer.Dts.Runtime
程序集: Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)
语法
声明
Public Enumeration UpgradeResultStatus
用法
Dim instance As UpgradeResultStatus
public enum UpgradeResultStatus
public enum class UpgradeResultStatus
type UpgradeResultStatus
public enum UpgradeResultStatus
成员
成员名称 | 说明 | |
---|---|---|
Failure | Specifies that the package failed to be upgraded. | |
Success | Specifies that the package was successfully upgraded. | |
Warning | Specifies that the package was successfully upgraded, and had one or more warnings. |