共用方式為


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 命名空間