Partager via


Classe PackageUpgradeResult

Specifies the upgrade results for a package.

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public Class PackageUpgradeResult _
    Implements IDTSEvents
'Utilisation
Dim instance As PackageUpgradeResult
public class PackageUpgradeResult : IDTSEvents
public ref class PackageUpgradeResult : IDTSEvents
type PackageUpgradeResult =  
    class 
        interface IDTSEvents 
    end
public class PackageUpgradeResult implements IDTSEvents

Le type PackageUpgradeResult expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Messages Gets the warning messages or error messages associated with the upgrade results for a package.
Propriété publique Package Gets an UpgradePackageInfo object for a package.
Propriété publique Status Gets or sets the upgrade status for a package.

Haut de la page

Méthodes

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

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime