_Application.ODBCTimeout 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回或设置 ODBC 查询时间限制(以秒为单位)。 默认值为 45 秒。
public:
property int ODBCTimeout { int get(); void set(int value); };
public int ODBCTimeout { get; set; }
Public Property ODBCTimeout As Integer
属性值
注解
返回值为 0(零)表示没有时间限制。