DacRetryMessage.RetryCount Property

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.

See Also

Reference

DacRetryMessage Class

Microsoft.SqlServer.Dac Namespace