PackageUpgradeResult Class
SQL Server 2012
Specifies the upgrade results for a package.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
The PackageUpgradeResult type exposes the following members.
| 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 | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | OnBreakpointHit | Infrastructure. Called when a breakpoint is hit for the PackageUpgradeResult. |
![]() | OnCustomEvent | Infrastructure. Raises custom event for the PackageUpgradeResult. |
![]() | OnError | Infrastructure. Raises an event when an error occurs. |
![]() | OnExecutionStatusChanged | Infrastructure. Occurs when the execution status changes. |
![]() | OnInformation | Infrastructure. Called any time the task is required to provide information. |
![]() | 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. |
![]() | OnPostValidate | Infrastructure. Called immediately after the validation logic of the task completes. This event is raised by a task after the task is validated. |
![]() | OnPreExecute | Infrastructure. Called when a task is about to execute. |
![]() | OnPreValidate | Infrastructure. Called when the actual validation logic of the task starts. |
![]() | OnProgress | Infrastructure. Called to update progress about task execution. |
![]() | OnQueryCancel | Infrastructure. Called at any juncture in task processing where it is feasible to cancel execution. |
![]() | OnTaskFailed | Infrastructure. Called by the task host when it fails. |
![]() | OnVariableValueChanged | Infrastructure. Called by the run-time engine. |
![]() | OnWarning | Infrastructure. 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.) |
