共用方式為


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 命名空間

其他資源

全文檢索搜耙最大範圍伺服器組態選項