StatusMessage 結構
Specifies the warning and error messages that result from upgrading an Integration Services package.
命名空間: Microsoft.SqlServer.Dts.Runtime
組件: Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)
語法
'宣告
Public Structure StatusMessage
'用途
Dim instance As StatusMessage
public struct StatusMessage
public value class StatusMessage
[<SealedAttribute>]
type StatusMessage = struct end
JScript 支援結構的使用,但不支援結構的宣告。
StatusMessage 型別公開下列成員。
方法
名稱 | 說明 | |
---|---|---|
Equals | (繼承自 ValueType。) | |
GetHashCode | (繼承自 ValueType。) | |
GetType | (繼承自 Object。) | |
ToString | (繼承自 ValueType。) |
上層
欄位
名稱 | 說明 | |
---|---|---|
Code | The unique code for a warning or error message that results from upgrading an Integration Services package. | |
Exception | 基礎結構。The exception that results from upgrading an Integration Services package. | |
Message | The message text that results from upgrading an Integration Services package. | |
Status | The upgrade status for an Integration Services package. |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。