Share via


PackageUpgradeResult 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 the 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. Called when a breakpoint is hit for the PackageUpgradeResult.
Public method OnCustomEvent Infrastructure. Raises custom event for the PackageUpgradeResult.
Public method OnError Infrastructure. Raises an event when an error occurs.
Public method OnExecutionStatusChanged Infrastructure. Occurs when the execution status changes.
Public method OnInformation Infrastructure. Called any time the task is required to provide information.
Public method OnPostExecute Infrastructure. Called immediately after the execution logic of the task completes. This event is raised by a task or container immediately after it runs.
Public method OnPostValidate Infrastructure. Called immediately after the validation logic of the task completes. This event is raised by a task after the task is validated.
Public method OnPreExecute Infrastructure. Called when a task is about to execute.
Public method OnPreValidate Infrastructure. Called when the actual validation logic of the task starts.
Public method OnProgress Infrastructure. Called to update progress about task execution.
Public method OnQueryCancel Infrastructure. Called at any juncture in task processing where it is feasible to cancel execution.
Public method OnTaskFailed Infrastructure. Called by the task host when it fails.
Public method OnVariableValueChanged Infrastructure. Called by the run-time engine.
Public method OnWarning Infrastructure. Called any time the task is in a state that does not justify an error, but does warrant alerting the client.
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.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime Namespace