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 listvalue
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.