ConnectTimeout Property
この機能は、将来のバージョンの Microsoft SQL Server では削除される予定です。新規の開発作業ではこの機能を使用しないようにし、現在この機能を使用しているアプリケーションは修正することを検討してください。
The ConnectTimeout property specifies a time interval in seconds used by the Microsoft Search service when a connection is attempted to an instance of Microsoft SQL Server version enabled for full-text search.
構文
object
.ConnectTimeout [=value]
Parts
- object
An expression that evaluates to an object in the Applies To list
- value
A positive, long integer that specifies a number of seconds
Data Type
Long
Modifiable
Read/write
Prototype (C/C++)
HRESULT GetConnectTimeout(LPLONG pRetVal);
HRESULT SetConnectTimeout(long NewValue);
解説
The Microsoft Search service must connect to an enabled instance of SQL Server 7.0 or later to populate full-text catalogs.
The default value is 20 seconds.
メモ : |
---|
The Microsoft Search service must be running on the referenced server before the connection time-out value is altered using the ConnectTimeout property. |