SearchServiceApplicationProxy.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 SearchServiceApplicationProxy
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)
Exceptions
Exception | Condition |
---|---|
Exception | Une erreur s'est produite pendant l'exécution de l'application. |
Remarques
Cette méthode obtient le nombre d'éléments analysés site dont l'URL est égale à matchString.
Voir aussi
Référence
SearchServiceApplicationProxy classe
SearchServiceApplicationProxy - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms