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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。