This class specifies the upgrade results for a package.
The PackageUpgradeResult type exposes the following members.
Methods
|
Equals(Object) |
(Inherited from Object.) |
|
Finalize() |
(Inherited from Object.) |
|
GetHashCode() |
(Inherited from Object.) |
|
GetType() |
(Inherited from Object.) |
|
MemberwiseClone() |
(Inherited from Object.) |
|
OnBreakpointHit(IDTSBreakpointSite, BreakpointTarget) |
Infrastructure. |
|
OnCustomEvent(TaskHost, String, String, array<Object[]%, String, Boolean%) |
Infrastructure. |
|
OnError(DtsObject, Int32, String, String, String, Int32, String) |
Infrastructure. |
|
OnExecutionStatusChanged(Executable, DTSExecStatus, Boolean%) |
Infrastructure. |
|
OnInformation(DtsObject, Int32, String, String, String, Int32, String, Boolean%) |
Infrastructure. |
|
OnPostExecute(Executable, Boolean%) |
Infrastructure. |
|
OnPostValidate(Executable, Boolean%) |
Infrastructure. |
|
OnPreExecute(Executable, Boolean%) |
Infrastructure. |
|
OnPreValidate(Executable, Boolean%) |
Infrastructure. |
|
OnProgress(TaskHost, String, Int32, Int32, Int32, String, Boolean%) |
Infrastructure. |
|
OnQueryCancel() |
Infrastructure. |
|
OnTaskFailed(TaskHost) |
Infrastructure. |
|
OnVariableValueChanged(DtsContainer, Variable, Boolean%) |
Infrastructure. |
|
OnWarning(DtsObject, Int32, String, String, String, Int32, String) |
Infrastructure. |
|
ToString() |
(Inherited from Object.) |
Top
Properties
|
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