IDbConnection.ConnectionTimeout 属性

定义

获取在尝试建立连接时终止尝试并生成错误之前所等待的时间(以秒为单位)。

public:
 property int ConnectionTimeout { int get(); };
public int ConnectionTimeout { get; }
member this.ConnectionTimeout : int
Public ReadOnly Property ConnectionTimeout As Integer

属性值

等待连接打开所需的时间(以秒为单位)。 默认值为 15 秒。

注解

值为 0 表示没有等待时间限制,而不是等待时间,应避免在 中 ConnectionString ,因为这会导致连接尝试无限期等待。

适用于