Propriedade do RDL FullTextCrawlRangeMax
Obtém o objeto ConfigProperty usado para definir a opção de configuração de máx. de intervalo de rastreamento de texto completo.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public ReadOnly Property FullTextCrawlRangeMax As ConfigProperty
Get
'Uso
Dim instance As Configuration
Dim value As ConfigProperty
value = instance.FullTextCrawlRangeMax
public ConfigProperty FullTextCrawlRangeMax { get; }
public:
property ConfigProperty^ FullTextCrawlRangeMax {
ConfigProperty^ get ();
}
member FullTextCrawlRangeMax : ConfigProperty
function get FullTextCrawlRangeMax () : ConfigProperty
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .ConfigProperty
Um objeto ConfigProperty que especifica as definições da opção de configuração de máx. de intervalo de rastreamento de texto completo.
Comentários
The FullTextCrawlRangeMax property sets the full text crawl range max configuration option. This property is used to set the maximum value of the full-text crawl range.
Consulte também