Share via


PackageUpgradeResult Members

Include Protected Members
Include Inherited Members

This class specifies the upgrade results for a package.

The PackageUpgradeResult type exposes the following members.

Methods

  Name Description
Public method Equals(Object) (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(IDTSBreakpointSite, BreakpointTarget) Infrastructure.
Public method OnCustomEvent(TaskHost, String, String, array<Object[]%, String, Boolean%) Infrastructure.
Public method OnError(DtsObject, Int32, String, String, String, Int32, String) Infrastructure.
Public method OnExecutionStatusChanged(Executable, DTSExecStatus, Boolean%) Infrastructure.
Public method OnInformation(DtsObject, Int32, String, String, String, Int32, String, Boolean%) Infrastructure.
Public method OnPostExecute(Executable, Boolean%) Infrastructure.
Public method OnPostValidate(Executable, Boolean%) Infrastructure.
Public method OnPreExecute(Executable, Boolean%) Infrastructure.
Public method OnPreValidate(Executable, Boolean%) Infrastructure.
Public method OnProgress(TaskHost, String, Int32, Int32, Int32, String, Boolean%) Infrastructure.
Public method OnQueryCancel() Infrastructure.
Public method OnTaskFailed(TaskHost) Infrastructure.
Public method OnVariableValueChanged(DtsContainer, Variable, Boolean%) Infrastructure.
Public method OnWarning(DtsObject, Int32, String, String, String, Int32, String) Infrastructure.
Public method ToString() (Inherited from Object.)

Top

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