Clase PackageUpgradeResult
Specifies the upgrade results for a package.
Jerarquía de herencia
System.Object
Microsoft.SqlServer.Dts.Runtime.PackageUpgradeResult
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
Public Class PackageUpgradeResult _
Implements IDTSEvents
'Uso
Dim instance As PackageUpgradeResult
public class PackageUpgradeResult : IDTSEvents
public ref class PackageUpgradeResult : IDTSEvents
type PackageUpgradeResult =
class
interface IDTSEvents
end
public class PackageUpgradeResult implements IDTSEvents
El tipo PackageUpgradeResult expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
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. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
OnBreakpointHit | Infraestructura. Called when a breakpoint is hit for the PackageUpgradeResult. | |
OnCustomEvent | Infraestructura. Raises custom event for the PackageUpgradeResult. | |
OnError | Infraestructura. Raises an event when an error occurs. | |
OnExecutionStatusChanged | Infraestructura. Occurs when the execution status changes. | |
OnInformation | Infraestructura. Called any time the task is required to provide information. | |
OnPostExecute | Infraestructura. Called immediately after the execution logic of the task completes. This event is raised by a task or container immediately after it runs. | |
OnPostValidate | Infraestructura. Called immediately after the validation logic of the task completes. This event is raised by a task after the task is validated. | |
OnPreExecute | Infraestructura. Called when a task is about to execute. | |
OnPreValidate | Infraestructura. Called when the actual validation logic of the task starts. | |
OnProgress | Infraestructura. Called to update progress about task execution. | |
OnQueryCancel | Infraestructura. Called at any juncture in task processing where it is feasible to cancel execution. | |
OnTaskFailed | Infraestructura. Called by the task host when it fails. | |
OnVariableValueChanged | Infraestructura. Called by the run-time engine. | |
OnWarning | Infraestructura. Called any time the task is in a state that does not justify an error, but does warrant alerting the client. | |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.