Condividi tramite


Proprietà ServerAdapterBase.FullTextCrawlRangeMax

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

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

Valore proprietà

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

Vedere anche

Riferimento

ServerAdapterBase Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Opzione di configurazione del server max full-text crawl range