Returns or sets the duration of time, in seconds, for which the provider attempts to connect to the server specified in the DEConnection object.
Syntax
object.ConnectionTimeout [=integer]
Parameters
The ConnectionTimeout property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an item in the Applies To list. |
integer | A numeric expression that specifies the number of seconds to wait when establishing a connection. The default is 15 seconds. |
Remarks
This property corresponds to the ADO ConnectionTimeout property.