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
Public property Messages Gets warning messages or error messages associated with the upgrade results for a package.
Public property Package Gets an UpgradePackageInfo object for a package.
Public property Status Gets or sets the upgrade status for a package.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method OnBreakpointHit Infrastructure.
Public method OnCustomEvent Infrastructure.
Public method OnError Infrastructure.
Public method OnExecutionStatusChanged Infrastructure.
Public method OnInformation Infrastructure.
Public method OnPostExecute Infrastructure.
Public method OnPostValidate Infrastructure.
Public method OnPreExecute Infrastructure.
Public method OnPreValidate Infrastructure.
Public method OnProgress Infrastructure.
Public method OnQueryCancel Infrastructure.
Public method OnTaskFailed Infrastructure.
Public method OnVariableValueChanged Infrastructure.
Public method OnWarning Infrastructure.
Public method 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.