Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The retry count when this error was encountered.
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)
Syntax
'Declaration
Public ReadOnly Property RetryCount As Integer
Get
'Usage
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
Property Value
Type: System.Int32
The retry count.