Classe DacRetryMessage
Indicates that the DacFX API retried a command or connection due to a transient error returned by the server.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Dac.DacMessage
Microsoft.SqlServer.Dac.DacRetryMessage
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac (em Microsoft.SqlServer.Dac.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public NotInheritable Class DacRetryMessage _
Inherits DacMessage
'Uso
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
O tipo DacRetryMessage expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Message | Get friendly message for the current status of an operation. (Herdado de DacMessage.) | |
MessageType | Get the type of the event message. (Herdado de DacMessage.) | |
Number | Get numeric value associated with the event message. (Herdado de DacMessage.) | |
Prefix | Get string prefix associated with the source of the event message. (Herdado de 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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
ToString | Return a string that represents the current object. (Herdado de DacMessage.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.