Partager via


Propriété ServerAdapterBase.FullTextCrawlRangeMax

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Property FullTextCrawlRangeMax As Integer 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

ServerAdapterBase Classe

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

Maximum de la plage de l'analyse de texte intégral (option de configuration de serveur)