Share via


UpgradeResultStatus Enum

Definition

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.

Applies to