FullTextCrawlRangeMax Propiedad
Obtiene el objeto ConfigProperty que se usa para establecer la opción de configuración Intervalo máximo de rastreo de texto completo.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .ConfigProperty
Objeto ConfigProperty que especifica los valores para la opción de configuración Intervalo máximo de rastreo de texto completo.
Comentarios
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.
Vea también