Propriedade do RDL IServerConfigurationFacet.FullTextCrawlRangeMax
Gets or sets the maximum value of the full text crawl range.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Property FullTextCrawlRangeMax As Integer
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System.Int32
The maximum value of the full text crawl range.