AdoDotNetConnectionSupport.ConnectionTimeout Property
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 amount of time, in seconds, to wait to establish a connection before terminating the attempt and generating a time-out error.
C++
public:
virtual property int ConnectionTimeout { int get(); void set(int value); };
public override int ConnectionTimeout { get; set; }
member this.ConnectionTimeout : int with get, set
Public Overrides Property ConnectionTimeout As Integer
An integer representation of the allowable time-out period, in seconds.
The provider does not support connection time-out.
Product | Versions |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |