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 | |
---|---|---|
![]() |
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. |
Top
Methods
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.) |
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.