Compartir a través de


FullTextService.DataTimeout Propiedad

Gets or sets the time interval allowed for Microsoft Search to wait for data to be returned during full-text index population before timing out.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property DataTimeout As TimeSpan 
    Get 
    Set
'Uso
Dim instance As FullTextService 
Dim value As TimeSpan 

value = instance.DataTimeout

instance.DataTimeout = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public TimeSpan DataTimeout { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property TimeSpan DataTimeout {
    TimeSpan get ();
    void set (TimeSpan value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member DataTimeout : TimeSpan with get, set
function get DataTimeout () : TimeSpan 
function set DataTimeout (value : TimeSpan)

Valor de la propiedad

Tipo: System.TimeSpan
A TimeSpan system object value that specifies the time-out interval allowed for data to be returned during full-text index population.

Comentarios

If a time-out occurs before SQL Server responds to a database request, the index population will not complete.

Ejemplos

Implementar la búsqueda de texto completo

Vea también

Referencia

FullTextService Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Introducción a la búsqueda de texto completo

CREATE FULLTEXT INDEX (Transact-SQL)

CREATE FULLTEXT CATALOG (Transact-SQL)