This represents the adjustment in the recovery interval period from the preceding
interval period. The factor is an additive factor in seconds.
Syntax
'Declaration
Public Property RecoveryIntervalFactor As Integer
'Usage
Dim instance As TdConnectionStringBuilder
Dim value As Integer
instance.RecoveryIntervalFactor = value
value = instance.RecoveryIntervalFactor
public int RecoveryIntervalFactor {get; set;}
public:
property int RecoveryIntervalFactor {
int get();
void set ( int value);
}
Requirements
Product | Versions | Platforms |
.NET | 2.1, 3.1, 6 | Windows, Linux, MacOS |
.NET Framework | 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |
See Also