SearchServiceInstance.IndexLocations - Propriété
Remarque : cette API est désormais obsolète.
Spécifie une collection en lecture seule, pas la casse des emplacements d'index pour toutes les applications de recherche mis en service.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
<ObsoleteAttribute("This information is available as the IndexLocation property of individual components.")> _
Public ReadOnly Property IndexLocations As NameValueCollection
Get
'Utilisation
Dim instance As SearchServiceInstance
Dim value As NameValueCollection
value = instance.IndexLocations
[ObsoleteAttribute("This information is available as the IndexLocation property of individual components.")]
public NameValueCollection IndexLocations { get; }
Valeur de propriété
Type : System.Collections.Specialized.NameValueCollection
Voir aussi
Référence
SearchServiceInstance - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms