Compartilhar via


Classe PackageUpgradeResult

Specifies the upgrade results for a package.

Hierarquia de herança

System.Object
  Microsoft.SqlServer.Dts.Runtime.PackageUpgradeResult

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
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

O tipo PackageUpgradeResult expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Messages Gets the warning messages or error messages associated with the upgrade results for a package.
Propriedade pública Package Gets an UpgradePackageInfo object for a package.
Propriedade pública Status Gets or sets the upgrade status for a package.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público OnBreakpointHit Infraestrutura. Called when a breakpoint is hit for the PackageUpgradeResult.
Método público OnCustomEvent Infraestrutura. Raises custom event for the PackageUpgradeResult.
Método público OnError Infraestrutura. Raises an event when an error occurs.
Método público OnExecutionStatusChanged Infraestrutura. Occurs when the execution status changes.
Método público OnInformation Infraestrutura. Called any time the task is required to provide information.
Método público OnPostExecute Infraestrutura. 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 Infraestrutura. 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 Infraestrutura. Called when a task is about to execute.
Método público OnPreValidate Infraestrutura. Called when the actual validation logic of the task starts.
Método público OnProgress Infraestrutura. Called to update progress about task execution.
Método público OnQueryCancel Infraestrutura. Called at any juncture in task processing where it is feasible to cancel execution.
Método público OnTaskFailed Infraestrutura. Called by the task host when it fails.
Método público OnVariableValueChanged Infraestrutura. Called by the run-time engine.
Método público OnWarning Infraestrutura. 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 (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime