FullTextService.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(SfcPropertyFlags.Standalone)> _
Public Property DataTimeout As TimeSpan 
    Get 
    Set
‘사용 방법
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)

속성 값

유형: 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.

전체 텍스트 검색 구현

참고 항목

참조

FullTextService 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

전체 텍스트 검색 개요

CREATE FULLTEXT INDEX(Transact-SQL)

CREATE FULLTEXT CATALOG(Transact-SQL)