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