IServerConfigurationFacet.FullTextCrawlBandwidthMax 属性
Gets or sets the maximum value of the full text crawl bandwidth.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Property FullTextCrawlBandwidthMax As Integer
Get
Set
用法
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)
属性值
类型:System.Int32
The maximum value of the full text crawl bandwidth.