Condividi tramite


Proprietà DacRetryMessage.RetryCount

The retry count when this error was encountered.

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

Sintassi

'Dichiarazione
Public ReadOnly Property RetryCount As Integer 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Int32
The retry count.

Vedere anche

Riferimento

DacRetryMessage Classe

Spazio dei nomi Microsoft.SqlServer.Dac