Partager via


Propriété IServerConfigurationFacet.FullTextCrawlBandwidthMax

Gets or sets the maximum value of the full text crawl bandwidth.

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

Syntaxe

'Déclaration
Property FullTextCrawlBandwidthMax As Integer 
    Get 
    Set
'Utilisation
Dim instance As IServerConfigurationFacet 
Dim value As Integer 

value = instance.FullTextCrawlBandwidthMax

instance.FullTextCrawlBandwidthMax = value
int FullTextCrawlBandwidthMax { get; set; }
property int FullTextCrawlBandwidthMax {
    int get ();
    void set (int value);
}
abstract FullTextCrawlBandwidthMax : int with get, set
function get FullTextCrawlBandwidthMax () : int 
function set FullTextCrawlBandwidthMax (value : int)

Valeur de propriété

Type : System.Int32
The maximum value of the full text crawl bandwidth.

Voir aussi

Référence

IServerConfigurationFacet Interface

Espace de noms Microsoft.SqlServer.Management.Smo