SearchServiceApplication.GetUrlRuleCount - Méthode
Obtient le nombre d'éléments analysés site dont l'URL correspond à une URL spécifiée.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Function GetUrlRuleCount ( _
matchString As String _
) As Integer
'Utilisation
Dim instance As SearchServiceApplication
Dim matchString As String
Dim returnValue As Integer
returnValue = instance.GetUrlRuleCount(matchString)
public int GetUrlRuleCount(
string matchString
)
Paramètres
matchString
Type : System.StringL'URL spécifiée à mettre en correspondance.
Valeur renvoyée
Type : System.Int32
Le nombre d'éléments qui correspondent à l'URL spécifiée.
Implémentations
ISearchSiteAdministrationServiceApplication.GetUrlRuleCount(String)
Remarques
Cette méthode obtient le nombre d'éléments analysés site dont l'URL est égale à Chaîne_correspondante.
Voir aussi
Référence
SearchServiceApplication classe
SearchServiceApplication - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms