ConnectionBaseConnectionTimeout Property |
Gets or sets the time to wait while trying to establish a connection before terminating the attempt and generating an error.
Namespace:
Dundas.BI.Data.DataProviders.Special
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public virtual int ConnectionTimeout { get; set; }
Public Overridable Property ConnectionTimeout As Integer
Get
Set
public:
virtual property int ConnectionTimeout {
int get ();
void set (int value);
}
abstract ConnectionTimeout : int with get, set
override ConnectionTimeout : int with get, set
Property Value
Type:
Int32The time (in seconds) to wait for a connection to open. The default value is 15 seconds.
See Also