Compartir a través de


Clase DacRetryMessage

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

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.Dac
Ensamblado:  Microsoft.SqlServer.Dac (en Microsoft.SqlServer.Dac.dll)

Sintaxis

'Declaración
<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

El tipo DacRetryMessage expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Message Get friendly message for the current status of an operation. (Se hereda de DacMessage.)
Propiedad pública MessageType Get the type of the event message. (Se hereda de DacMessage.)
Propiedad pública Number Get numeric value associated with the event message. (Se hereda de DacMessage.)
Propiedad pública Prefix Get string prefix associated with the source of the event message. (Se hereda de DacMessage.)
Propiedad pública RetryCount The retry count when this error was encountered.
Propiedad pública ServerErrorNumber The number of the error from SQL Server, or 0 if a different exception was encountered that invoked a retry.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString Return a string that represents the current object. (Se hereda de DacMessage.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dac