PackageUpgradeResult Class
This class specifies the upgrade results for a package.
Inheritance Hierarchy
System.Object
  Microsoft.SqlServer.Dts.Runtime.PackageUpgradeResult
Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Class PackageUpgradeResult _
    Implements IDTSEvents
'Usage
Dim instance As PackageUpgradeResult
public class PackageUpgradeResult : IDTSEvents
public ref class PackageUpgradeResult : IDTSEvents
type PackageUpgradeResult =  
    class
        interface IDTSEvents
    end
public class PackageUpgradeResult implements IDTSEvents
The PackageUpgradeResult type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]()  | 
Messages | Gets warning messages or error messages associated with the upgrade results for a package. | 
![]()  | 
Package | Gets an UpgradePackageInfo object for a package. | 
![]()  | 
Status | Gets or sets the upgrade status for a package. | 
Top
Methods
| Name | Description | |
|---|---|---|
![]()  | 
Equals | (Inherited from Object.) | 
![]()  | 
Finalize | (Inherited from Object.) | 
![]()  | 
GetHashCode | (Inherited from Object.) | 
![]()  | 
GetType | (Inherited from Object.) | 
![]()  | 
MemberwiseClone | (Inherited from Object.) | 
![]()  | 
OnBreakpointHit | Infrastructure. | 
![]()  | 
OnCustomEvent | Infrastructure. | 
![]()  | 
OnError | Infrastructure. | 
![]()  | 
OnExecutionStatusChanged | Infrastructure. | 
![]()  | 
OnInformation | Infrastructure. | 
![]()  | 
OnPostExecute | Infrastructure. | 
![]()  | 
OnPostValidate | Infrastructure. | 
![]()  | 
OnPreExecute | Infrastructure. | 
![]()  | 
OnPreValidate | Infrastructure. | 
![]()  | 
OnProgress | Infrastructure. | 
![]()  | 
OnQueryCancel | Infrastructure. | 
![]()  | 
OnTaskFailed | Infrastructure. | 
![]()  | 
OnVariableValueChanged | Infrastructure. | 
![]()  | 
OnWarning | Infrastructure. | 
![]()  | 
ToString | (Inherited from Object.) | 
Top
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.
.gif)
.gif)
.gif)