共用方式為


IServerConfigurationFacet.FullTextCrawlRangeMax 屬性

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

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Property FullTextCrawlRangeMax As Integer 
    Get 
    Set
'用途
Dim instance As IServerConfigurationFacet 
Dim value As Integer 

value = instance.FullTextCrawlRangeMax

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

屬性值

型別:System.Int32
The maximum value of the full text crawl range.

請參閱

參考

IServerConfigurationFacet 介面

Microsoft.SqlServer.Management.Smo 命名空間