다음을 통해 공유


FullTextCrawlRangeMax 속성

Gets or sets the maximum number of partitions that SQL Server is allowed to use during a full index crawl.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Property FullTextCrawlRangeMax As Integer
    Get
    Set
‘사용 방법
Dim instance As ServerAdapterBase
Dim value As Integer

value = instance.FullTextCrawlRangeMax

instance.FullTextCrawlRangeMax = value
public int FullTextCrawlRangeMax { get; set; }
public:
virtual property int FullTextCrawlRangeMax {
    int get () sealed;
    void set (int value) sealed;
}
abstract FullTextCrawlRangeMax : int with get, set
override FullTextCrawlRangeMax : int with get, set
final function get FullTextCrawlRangeMax () : int
final function set FullTextCrawlRangeMax (value : int)

속성 값

유형: System. . :: . .Int32
An Int32 value specifying the maximum number of partitions used in a full index crawl.