Condividi tramite


Classe DacRetryMessage

Indicates that the DacFX API retried a command or connection due to a transient error returned by the server.

Gerarchia di ereditarietà

System.Object
  Microsoft.SqlServer.Dac.DacMessage
    Microsoft.SqlServer.Dac.DacRetryMessage

Spazio dei nomi  Microsoft.SqlServer.Dac
Assembly:  Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public NotInheritable Class DacRetryMessage _
    Inherits DacMessage
'Utilizzo
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

Nel tipo DacRetryMessage sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Message Get friendly message for the current status of an operation. Ereditato da DacMessage.
Proprietà pubblica MessageType Get the type of the event message. Ereditato da DacMessage.
Proprietà pubblica Number Get numeric value associated with the event message. Ereditato da DacMessage.
Proprietà pubblica Prefix Get string prefix associated with the source of the event message. Ereditato da DacMessage.
Proprietà pubblica RetryCount The retry count when this error was encountered.
Proprietà pubblica ServerErrorNumber The number of the error from SQL Server, or 0 if a different exception was encountered that invoked a retry.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Return a string that represents the current object. Ereditato da DacMessage.

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.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dac