Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property DataTimeout As TimeSpan
Get
Set
'Usage
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)
Property Value
Type: System.TimeSpan
A TimeSpan system object value that specifies the time-out interval allowed for data to be returned during full-text index population.
Remarks
If a time-out occurs before SQL Server responds to a database request, the index population will not complete.
Examples
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace
Other Resources
DEL - Full-Text Search Overview