Partager via


CrawlLogFilters.AddFilter, méthode (CrawlLogFilterProperty, StringFilterOperator, String) (Microsoft.Office.Server.Search.Administration)

Applies the specified filter property and operator to the crawl log data.

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

Syntaxe

'Déclaration
Public Sub AddFilter ( _
    prop As CrawlLogFilterProperty, _
    op As StringFilterOperator, _
    value As String _
)
'Utilisation
Dim instance As CrawlLogFilters
Dim prop As CrawlLogFilterProperty
Dim op As StringFilterOperator
Dim value As String

instance.AddFilter(prop, op, value)
public void AddFilter (
    CrawlLogFilterProperty prop,
    StringFilterOperator op,
    string value
)

Paramètres

  • prop
    A value from the CrawlLogFilterProperty enumeration specifying the crawl log property to use for the crawl log filter.
  • op
    A value from the StringFilterOperator enumeration specifying the operator to use for the crawl log filter.
  • value
    A string value specifying the value to use for the property filter.

Voir aussi

Référence

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