Freigeben über


PackageUpgradeResult-Klasse

Specifies the upgrade results for a package.

Vererbungshierarchie

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

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

Syntax

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

Der PackageUpgradeResult-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Messages Gets the warning messages or error messages associated with the upgrade results for a package.
Öffentliche Eigenschaft Package Gets an UpgradePackageInfo object for a package.
Öffentliche Eigenschaft Status Gets or sets the upgrade status for a package.

Zum Anfang

Methoden

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

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime-Namespace