MultiServerSqlConnectionInfo.ConnectionTimeout Property

Definition

Gets or sets the connection timeout interval to the server, in seconds.

public:
 property int ConnectionTimeout { int get(); void set(int value); };
public int ConnectionTimeout { get; set; }
member this.ConnectionTimeout : int with get, set
Public Property ConnectionTimeout As Integer

Property Value

An Int32 specifying the amount of time, in seconds, before a connection to the server will time out. If 0, the timeout interval is infinite.

Applies to