MultiServerSqlConnectionInfo.ConnectionTimeout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.