RecoveryTimeout
Recovery timeout in seconds used to re-establish a connection.
データ型
int
デフォルト値
1200
解説
Recovery timeout in seconds used to re-establish a connection. This property extends the reconnection timeout. RecoveryTimeout is always used for asynchronous commands. RecoveryTimeout is also always used if CommandTimeout is 0. If CommandTimeout is nonzero, RecoveryTimeout is used if RecoveryCommandTimeoutOverride is true.
RecoveryTimeout is derived from the connection string, else from the evaluation of the ProfileName, or else from the default, 1200 seconds.