Nota
L'accés a aquesta pàgina requereix autorització. Podeu provar d'iniciar la sessió o de canviar els directoris.
L'accés a aquesta pàgina requereix autorització. Podeu provar de canviar els directoris.
Esta característica se quitará en una versión futura de Microsoft SQL Server. Evite utilizar esta característica en nuevos trabajos de desarrollo y tenga previsto modificar las aplicaciones que actualmente la utilizan.
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.
Sintaxis
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);
Notas
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.
[!NOTA] The Microsoft Search service must be running on the referenced server before the connection time-out value is altered using the ConnectTimeout property.