The following table summarizes timeout connection properties.

Table 1. Timeout Properties
Property Characteristic
EnableCancelTimeout Determines whether a cancel request that is sent by the driver as the result of a query timing out is subject to the same query timeout value as the statement it cancels.
LoginTimeout Specifies the amount of time, in seconds, that the driver waits for a connection to be established before timing out the connection request.
QueryTimeout Sets the default query timeout (in seconds) for all statements created by a connection.

See also