_Application.ODBCTimeout 属性

定义

返回或设置 ODBC 查询时间限制(以秒为单位)。 默认值为 45 秒。

public:
 property int ODBCTimeout { int get(); void set(int value); };
public int ODBCTimeout { get; set; }
Public Property ODBCTimeout As Integer

属性值

注解

返回值为 0(零)表示没有时间限制。

适用于