Partager via


Propriété DacRetryMessage.RetryCount

The retry count when this error was encountered.

Espace de noms :  Microsoft.SqlServer.Dac
Assembly :  Microsoft.SqlServer.Dac (en Microsoft.SqlServer.Dac.dll)

Syntaxe

'Déclaration
Public ReadOnly Property RetryCount As Integer 
    Get
'Utilisation
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

Valeur de propriété

Type : System.Int32
The retry count.

Voir aussi

Référence

DacRetryMessage Classe

Espace de noms Microsoft.SqlServer.Dac