Partager via


LocationConfiguration.QueryReformatPattern, propriété (Microsoft.Office.Server.Search.Administration)

A string containing a pattern that a query must match to trigger a search on the federated location.

Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)

Syntaxe

'Déclaration
Public Property QueryReformatPattern As String
'Utilisation
Dim instance As LocationConfiguration
Dim value As String

value = instance.QueryReformatPattern

instance.QueryReformatPattern = value
public string QueryReformatPattern { get; set; }

Remarques

If the value of IsPrefixPattern is true, then the query must begin with this string to trigger a search on the location. Otherwise, the value of this string is a regular expression pattern that the query must match.

Voir aussi

Référence

LocationConfiguration, classe
Membres LocationConfiguration
Microsoft.Office.Server.Search.Administration, espace de noms