StatusMessage-Struktur
Specifies the warning and error messages that result from upgrading an Integration Services package.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Structure StatusMessage
'Usage
Dim instance As StatusMessage
public struct StatusMessage
public value class StatusMessage
[<SealedAttribute>]
type StatusMessage = struct end
JScript unterstützt die Verwendung von Strukturen, aber nicht die Deklaration neuer Strukturen.
Der StatusMessage-Typ macht folgende Elemente verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von ValueType.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von ValueType.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von ValueType.) |
Zum Anfang
Felder
Name | Beschreibung | |
---|---|---|
Code | Indicates the unique code for a warning or error message that results from upgrading an Integration Services package. | |
Exception | Infrastruktur | |
Message | Indicates the message text that results from upgrading an Integration Services package. | |
Status | Specifies the upgrade status for an Integration Services package. |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.