Compartir a través de


DacRetryMessage.RetryCount Propiedad

The retry count when this error was encountered.

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

Sintaxis

'Declaración
Public ReadOnly Property RetryCount As Integer 
    Get
'Uso
Dim instance As DacRetryMessage 
Dim value As Integer 

value = instance.RetryCount
public int RetryCount { get; }
public:
property int RetryCount {
    int get ();
}
member RetryCount : int
function get RetryCount () : int

Valor de la propiedad

Tipo: System.Int32
The retry count.

Vea también

Referencia

DacRetryMessage Clase

Espacio de nombres Microsoft.SqlServer.Dac