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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。