Condividi tramite


Classe PackageUpgradeResult

Specifies the upgrade results for a package.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public Class PackageUpgradeResult _
    Implements IDTSEvents
'Utilizzo
Dim instance As PackageUpgradeResult
public class PackageUpgradeResult : IDTSEvents
public ref class PackageUpgradeResult : IDTSEvents
type PackageUpgradeResult =  
    class 
        interface IDTSEvents 
    end
public class PackageUpgradeResult implements IDTSEvents

Nel tipo PackageUpgradeResult sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Messages Gets the warning messages or error messages associated with the upgrade results for a package.
Proprietà pubblica Package Gets an UpgradePackageInfo object for a package.
Proprietà pubblica Status Gets or sets the upgrade status for a package.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico OnBreakpointHit Infrastruttura. Called when a breakpoint is hit for the PackageUpgradeResult.
Metodo pubblico OnCustomEvent Infrastruttura. Raises custom event for the PackageUpgradeResult.
Metodo pubblico OnError Infrastruttura. Raises an event when an error occurs.
Metodo pubblico OnExecutionStatusChanged Infrastruttura. Occurs when the execution status changes.
Metodo pubblico OnInformation Infrastruttura. Called any time the task is required to provide information.
Metodo pubblico OnPostExecute Infrastruttura. Called immediately after the execution logic of the task completes. This event is raised by a task or container immediately after it runs.
Metodo pubblico OnPostValidate Infrastruttura. Called immediately after the validation logic of the task completes. This event is raised by a task after the task is validated.
Metodo pubblico OnPreExecute Infrastruttura. Called when a task is about to execute.
Metodo pubblico OnPreValidate Infrastruttura. Called when the actual validation logic of the task starts.
Metodo pubblico OnProgress Infrastruttura. Called to update progress about task execution.
Metodo pubblico OnQueryCancel Infrastruttura. Called at any juncture in task processing where it is feasible to cancel execution.
Metodo pubblico OnTaskFailed Infrastruttura. Called by the task host when it fails.
Metodo pubblico OnVariableValueChanged Infrastruttura. Called by the run-time engine.
Metodo pubblico OnWarning Infrastruttura. Called any time the task is in a state that does not justify an error, but does warrant alerting the client.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime