IServerConfigurationFacet.FullTextCrawlBandwidthMin 属性
Gets or sets the minimum value of the full text crawl bandwidth.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Property FullTextCrawlBandwidthMin As Integer
Get
Set
用法
Dim instance As IServerConfigurationFacet
Dim value As Integer
value = instance.FullTextCrawlBandwidthMin
instance.FullTextCrawlBandwidthMin = value
int FullTextCrawlBandwidthMin { get; set; }
property int FullTextCrawlBandwidthMin {
int get ();
void set (int value);
}
abstract FullTextCrawlBandwidthMin : int with get, set
function get FullTextCrawlBandwidthMin () : int
function set FullTextCrawlBandwidthMin (value : int)
属性值
类型:System.Int32
The minimum value of the full text crawl bandwidth.