Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the number of retries that have already been performed for the apply transaction.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public ReadOnly Property RetryCount As Integer
Get
'Usage
Dim instance As DbConnectionFailureEventArgs
Dim value As Integer
value = instance.RetryCount
public int RetryCount { get; }
public:
property int RetryCount {
int get ();
}
member RetryCount : int
function get RetryCount () : int
Property Value
Type: System.Int32
The number of retries that have already been performed for the apply transaction.