SearchServiceApplication.GetScopesCount - Méthode
Récupère le décompte de toutes les SearchScopes qui sont définies dans le SearchAdminDatabase.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Function GetScopesCount As Integer
'Utilisation
Dim instance As SearchServiceApplication
Dim returnValue As Integer
returnValue = instance.GetScopesCount()
public int GetScopesCount()
Valeur renvoyée
Type : System.Int32
Le nombre de tous les SearchScopes.
Implémentations
ISearchSiteAdministrationServiceApplication.GetScopesCount()
Remarques
Cette méthode récupère le décompte de toutes les SearchScopes dans les SearchAdminDatabase.
Voir aussi
Référence
SearchServiceApplication classe
SearchServiceApplication - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms