Partager via


SearchServiceApplication.GetUnusedScopesForConsumer - Méthode

Cette propriété renvoie une liste d'objets de DisplayGroupInfo et chaque objet est associé à un Scope.

Espace de noms :  Microsoft.Office.Server.Search.Administration
Assembly :  Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)

Syntaxe

'Déclaration
Public Function GetUnusedScopesForConsumer ( _
    consumerName As String _
) As List(Of ScopeInfo)
'Utilisation
Dim instance As SearchServiceApplication
Dim consumerName As String
Dim returnValue As List(Of ScopeInfo)

returnValue = instance.GetUnusedScopesForConsumer(consumerName)
public List<ScopeInfo> GetUnusedScopesForConsumer(
    string consumerName
)

Paramètres

Valeur renvoyée

Type : System.Collections.Generic.List<ScopeInfo>
La liste qui contient l' ScopeInfo pour chaque objet associé.

Implémentations

ISearchSiteAdministrationServiceApplication.GetUnusedScopesForConsumer(String)

Remarques

La valeur du paramètre consumerName ne doit pas être null .

La liste d'objets de Scope est gérée par le consommateur qui n'est pas associé à une SearchScopeDisplayGroup.

Voir aussi

Référence

SearchServiceApplication classe

SearchServiceApplication - Membres

Microsoft.Office.Server.Search.Administration - Espace de noms