共用方式為


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。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode (繼承自 ValueType。)
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ToString (繼承自 ValueType。)

上層

欄位

  名稱 說明
公用欄位 Code Indicates the unique code for a warning or error message that results from upgrading an Integration Services package.
公用欄位 Exception 基礎結構。
公用欄位 Message Indicates the message text that results from upgrading an Integration Services package.
公用欄位 Status Specifies the upgrade status for an Integration Services package.

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。