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