Поделиться через


Класс PackageUpgradeResult

Specifies the upgrade results for a package.

Иерархия наследования

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

Пространство имен:  Microsoft.SqlServer.Dts.Runtime
Сборка:  Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)

Синтаксис

'Декларация
Public Class PackageUpgradeResult _
    Implements IDTSEvents
'Применение
Dim instance As PackageUpgradeResult
public class PackageUpgradeResult : IDTSEvents
public ref class PackageUpgradeResult : IDTSEvents
type PackageUpgradeResult =  
    class 
        interface IDTSEvents 
    end
public class PackageUpgradeResult implements IDTSEvents

Тип PackageUpgradeResult обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство 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.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод OnBreakpointHit Инфраструктура. Called when a breakpoint is hit for the PackageUpgradeResult.
Открытый метод OnCustomEvent Инфраструктура. Raises custom event for the PackageUpgradeResult.
Открытый метод OnError Инфраструктура. Raises an event when an error occurs.
Открытый метод OnExecutionStatusChanged Инфраструктура. Occurs when the execution status changes.
Открытый метод OnInformation Инфраструктура. Called any time the task is required to provide information.
Открытый метод OnPostExecute Инфраструктура. Called immediately after the execution logic of the task completes. This event is raised by a task or container immediately after it runs.
Открытый метод OnPostValidate Инфраструктура. Called immediately after the validation logic of the task completes. This event is raised by a task after the task is validated.
Открытый метод OnPreExecute Инфраструктура. Called when a task is about to execute.
Открытый метод OnPreValidate Инфраструктура. Called when the actual validation logic of the task starts.
Открытый метод OnProgress Инфраструктура. Called to update progress about task execution.
Открытый метод OnQueryCancel Инфраструктура. Called at any juncture in task processing where it is feasible to cancel execution.
Открытый метод OnTaskFailed Инфраструктура. Called by the task host when it fails.
Открытый метод OnVariableValueChanged Инфраструктура. Called by the run-time engine.
Открытый метод OnWarning Инфраструктура. Called any time the task is in a state that does not justify an error, but does warrant alerting the client.
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Runtime