ServerAdapterBase.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.

请参阅

参考

ServerAdapterBase 类

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

max full-text crawl range 服务器配置选项