UpgradeResult Class
Determines the result of upgrading a collection of Integration Services packages.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dts.Runtime.UpgradeResult
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Class UpgradeResult
'Usage
Dim instance As UpgradeResult
public class UpgradeResult
public ref class UpgradeResult
type UpgradeResult = class end
public class UpgradeResult
The UpgradeResult type exposes the following members.
Properties
Name | Description | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Remarks
The UpgradeResult object is returned by the Upgrade method. For a code example that demonstrates how to upgrade packages, see the Upgrade method.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.