UpgradeResultStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the results of upgrading an Integration Services package.
public enum class UpgradeResultStatus
public enum UpgradeResultStatus
type UpgradeResultStatus =
Public Enum UpgradeResultStatus
- Inheritance
-
UpgradeResultStatus
Fields
Name | Value | Description |
---|---|---|
Success | 0 | Specifies that the package was successfully upgraded. |
Warning | 1 | Specifies that the package was successfully upgraded, and had one or more warnings. |
Failure | 2 | Specifies that the package failed to be upgraded. |