Share via


IServerConfigurationFacet.FullTextCrawlBandwidthMax Property

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

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

Syntax

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

Property Value

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

See Also

Reference

IServerConfigurationFacet Interface

Microsoft.SqlServer.Management.Smo Namespace