FullTextCrawlRangeMax 属性
Gets or sets the value of the FullTextCrawlRangeMax property.
命名空间: 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)