Partager via


SearchServiceInstance.Components - Propriété

Obsolète.

Liste de tous les composants de recherche à partir de la topologie de requête active en cours d'exécution sur ce serveur.

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

Syntaxe

'Déclaration
Public ReadOnly Property Components As ReadOnlyCollection(Of SearchComponent)
    Get
'Utilisation
Dim instance As SearchServiceInstance
Dim value As ReadOnlyCollection(Of SearchComponent)

value = instance.Components
public ReadOnlyCollection<SearchComponent> Components { get; }

Valeur de propriété

Type : System.Collections.ObjectModel.ReadOnlyCollection<SearchComponent>

Voir aussi

Référence

SearchServiceInstance classe

SearchServiceInstance - Membres

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