This represents the maximum number of attempts of a retryable error during
TdConnection.Open before an error is returned to the application.
Syntax
'Declaration
Public Property ConnectMaxRetryCount As Integer
'Usage
Dim instance As TdConnectionStringBuilder
Dim value As Integer
instance.ConnectMaxRetryCount = value
value = instance.ConnectMaxRetryCount
public int ConnectMaxRetryCount {get; set;}
public:
property int ConnectMaxRetryCount {
int get();
void set ( int value);
}
Requirements
Product | Versions | Platforms |
.NET | 6, 7 | Windows, Linux, MacOS |
.NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |
See Also