FullTextCrawlRangeMax 속성
Gets or sets the value of the FullTextCrawlRangeMax property.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
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)