Struttura StatusMessage
Specifies the warning and error messages that result from upgrading an Integration Services package.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Sintassi
'Dichiarazione
Public Structure StatusMessage
'Utilizzo
Dim instance As StatusMessage
public struct StatusMessage
public value class StatusMessage
[<SealedAttribute>]
type StatusMessage = struct end
JScript supporta l'utilizzo di strutture, ma non la dichiarazione di nuove strutture.
Nel tipo StatusMessage sono esposti i membri seguenti.
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da ValueType. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da ValueType. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
ToString | Ereditato da ValueType. |
In alto
Campi
Nome | Descrizione | |
---|---|---|
![]() |
Code | Indicates the unique code for a warning or error message that results from upgrading an Integration Services package. |
![]() |
Exception | Infrastruttura. |
![]() |
Message | Indicates the message text that results from upgrading an Integration Services package. |
![]() |
Status | Specifies the upgrade status for an Integration Services package. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.