Share via


ServerAdapterBase.FullTextCrawlRangeMax-Eigenschaft

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Property FullTextCrawlRangeMax As Integer 
    Get 
    Set
'Usage
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)

Eigenschaftswert

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

Siehe auch

Verweis

ServerAdapterBase Klasse

Microsoft.SqlServer.Management.Smo-Namespace

Andere Ressourcen

Max. Bereich für Volltextdurchforstung (Serverkonfigurationsoption)