PackageUpgradeResult Class
Specifies the upgrade results for a package.
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
| Name | Description | |
|---|---|---|
![]() | Messages | Gets the 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | OnBreakpointHit(IDTSBreakpointSite^, BreakpointTarget^) | This API supports the product infrastructure and is not intended to be used directly from your code. Called when a breakpoint is hit for the PackageUpgradeResult. |
![]() | OnCustomEvent(TaskHost^, String^, String^, array<Object^>^%, String^, Boolean%) | This API supports the product infrastructure and is not intended to be used directly from your code. Raises custom event for the PackageUpgradeResult. |
![]() | OnError(DtsObject^, Int32, String^, String^, String^, Int32, String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Raises an event when an error occurs. |
![]() | OnExecutionStatusChanged(Executable^, DTSExecStatus, Boolean%) | This API supports the product infrastructure and is not intended to be used directly from your code. Occurs when the execution status changes. |
![]() | OnInformation(DtsObject^, Int32, String^, String^, String^, Int32, String^, Boolean%) | This API supports the product infrastructure and is not intended to be used directly from your code. Called any time the task is required to provide information. |
![]() | OnPostExecute(Executable^, Boolean%) | This API supports the product infrastructure and is not intended to be used directly from your code. Called immediately after the execution logic of the task completes. This event is raised by a task or container immediately after it runs. |
![]() | OnPostValidate(Executable^, Boolean%) | This API supports the product infrastructure and is not intended to be used directly from your code. Called immediately after the validation logic of the task completes. This event is raised by a task after the task is validated. |
![]() | OnPreExecute(Executable^, Boolean%) | This API supports the product infrastructure and is not intended to be used directly from your code. Called when a task is about to execute. |
![]() | OnPreValidate(Executable^, Boolean%) | This API supports the product infrastructure and is not intended to be used directly from your code. Called when the actual validation logic of the task starts. |
![]() | OnProgress(TaskHost^, String^, Int32, Int32, Int32, String^, Boolean%) | This API supports the product infrastructure and is not intended to be used directly from your code. Called to update progress about task execution. |
![]() | OnQueryCancel() | This API supports the product infrastructure and is not intended to be used directly from your code. Called at any juncture in task processing where it is feasible to cancel execution. |
![]() | OnTaskFailed(TaskHost^) | This API supports the product infrastructure and is not intended to be used directly from your code. Called by the task host when it fails. |
![]() | OnVariableValueChanged(DtsContainer^, Variable^, Boolean%) | This API supports the product infrastructure and is not intended to be used directly from your code. Called by the run-time engine. |
![]() | OnWarning(DtsObject^, Int32, String^, String^, String^, Int32, String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Called any time the task is in a state that does not justify an error, but does warrant alerting the client. |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


