DacRetryMessage-Klasse
Indicates that the DacFX API retried a command or connection due to a transient error returned by the server.
Vererbungshierarchie
System.Object
Microsoft.SqlServer.Dac.DacMessage
Microsoft.SqlServer.Dac.DacRetryMessage
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class DacRetryMessage _
Inherits DacMessage
'Usage
Dim instance As DacRetryMessage
[SerializableAttribute]
public sealed class DacRetryMessage : DacMessage
[SerializableAttribute]
public ref class DacRetryMessage sealed : public DacMessage
[<SealedAttribute>]
[<SerializableAttribute>]
type DacRetryMessage =
class
inherit DacMessage
end
public final class DacRetryMessage extends DacMessage
Der DacRetryMessage-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
Message | Get friendly message for the current status of an operation. (Geerbt von DacMessage.) | |
MessageType | Get the type of the event message. (Geerbt von DacMessage.) | |
Number | Get numeric value associated with the event message. (Geerbt von DacMessage.) | |
Prefix | Get string prefix associated with the source of the event message. (Geerbt von DacMessage.) | |
RetryCount | The retry count when this error was encountered. | |
ServerErrorNumber | The number of the error from SQL Server, or 0 if a different exception was encountered that invoked a retry. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
ToString | Return a string that represents the current object. (Geerbt von DacMessage.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.