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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.