FailoverRetries Property (SqlShimConnectionStringBuilder)
Gets or sets the number of retry attempts to re-run a command in case when the command failed because of an exception, that indicates that the reason of the failure may be temporary.
public int FailoverRetries {get; set;}
'Declaration
Public Property FailoverRetries As Integer
Property Value
The number of retry attempts to re-run a command in case when the command failed because of an exception, that indicates that the reason of the failure may be temporary.