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 继承。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.SqlServer.Dts.Runtime 命名空间