IDbConnection.ConnectionTimeout 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取在尝试建立连接时终止尝试并生成错误之前所等待的时间(以秒为单位)。
public:
property int ConnectionTimeout { int get(); };
public int ConnectionTimeout { get; }
member this.ConnectionTimeout : int
Public ReadOnly Property ConnectionTimeout As Integer
属性值
等待连接打开所需的时间(以秒为单位)。 默认值为 15 秒。
注解
值为 0 表示没有等待时间限制,而不是等待时间,应避免在 中 ConnectionString ,因为这会导致连接尝试无限期等待。