UpgradeResult Class

Definition

Determines the result of upgrading a collection of Integration Services packages.

public ref class UpgradeResult
public class UpgradeResult
type UpgradeResult = class
Public Class UpgradeResult
Inheritance
UpgradeResult

Remarks

The UpgradeResultobject is returned by the Upgrade method. For a code example that demonstrates how to upgrade packages, see the Upgrade method.

Properties

Failures

Gets the Integration Services packages that failed to be upgraded.

Status

Gets the upgrade status for a collection of Integration Services packages.

Succeeded

Gets the Integration Services packages that were successfully upgraded.

Warnings

Gets the Integration Services packages that were successfully upgraded and had warnings.

Applies to