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