Compartir a través de


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
Propiedad pública Messages Gets the warning messages or error messages associated with the upgrade results for a package.
Propiedad pública Package Gets an UpgradePackageInfo object for a package.
Propiedad pública Status Gets or sets the upgrade status for a package.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público OnBreakpointHit Infraestructura. Called when a breakpoint is hit for the PackageUpgradeResult.
Método público OnCustomEvent Infraestructura. Raises custom event for the PackageUpgradeResult.
Método público OnError Infraestructura. Raises an event when an error occurs.
Método público OnExecutionStatusChanged Infraestructura. Occurs when the execution status changes.
Método público OnInformation Infraestructura. Called any time the task is required to provide information.
Método público 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.
Método público OnPostValidate Infraestructura. Called immediately after the validation logic of the task completes. This event is raised by a task after the task is validated.
Método público OnPreExecute Infraestructura. Called when a task is about to execute.
Método público OnPreValidate Infraestructura. Called when the actual validation logic of the task starts.
Método público OnProgress Infraestructura. Called to update progress about task execution.
Método público OnQueryCancel Infraestructura. Called at any juncture in task processing where it is feasible to cancel execution.
Método público OnTaskFailed Infraestructura. Called by the task host when it fails.
Método público OnVariableValueChanged Infraestructura. Called by the run-time engine.
Método público OnWarning Infraestructura. Called any time the task is in a state that does not justify an error, but does warrant alerting the client.
Método público 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.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime