UpgradeResult Class
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.
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. |