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
成員
成員名稱 | 描述 | |
---|---|---|
Success | Specifies that the package was successfully upgraded. | |
Warning | Specifies that the package was successfully upgraded, and had one or more warnings. | |
Failure | Specifies that the package failed to be upgraded. |