Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the time to wait while trying to establish a connection before terminating the attempt and generating an error.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ConnectionTimeout As Integer
Get
'Usage
Dim instance As SqlCeConnection
Dim value As Integer
value = instance.ConnectionTimeout
public override int ConnectionTimeout { get; }
public:
virtual property int ConnectionTimeout {
int get () override;
}
abstract ConnectionTimeout : int
override ConnectionTimeout : int
override function get ConnectionTimeout () : int
Property Value
Type: System.Int32
The time (in seconds) to wait for a connection to open. The value is always 0 in SQL Server Compact.
Implements
IDbConnection.ConnectionTimeout
Remarks
The ConnectionTimeout is a read-only property in SQL Server Compact.