Свойство DataTimeout
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.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute> _
Public Property DataTimeout As TimeSpan
Get
Set
'Применение
Dim instance As FullTextService
Dim value As TimeSpan
value = instance.DataTimeout
instance.DataTimeout = value
[SfcPropertyAttribute]
public TimeSpan DataTimeout { get; set; }
[SfcPropertyAttribute]
public:
property TimeSpan DataTimeout {
TimeSpan get ();
void set (TimeSpan value);
}
[<SfcPropertyAttribute>]
member DataTimeout : TimeSpan with get, set
function get DataTimeout () : TimeSpan
function set DataTimeout (value : TimeSpan)
Значение свойства
Тип System. . :: . .TimeSpan
A TimeSpan system object value that specifies the time-out interval allowed for data to be returned during full-text index population.
Замечания
If a time-out occurs before SQL Server responds to a database request, the index population will not complete.