SearchServiceApplication.GetManagedProperties - Méthode
Obtient une liste d'objets ManagedPropertyInfo gérés par le SearchServiceApplication.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Function GetManagedProperties As List(Of ManagedPropertyInfo)
'Utilisation
Dim instance As SearchServiceApplication
Dim returnValue As List(Of ManagedPropertyInfo)
returnValue = instance.GetManagedProperties()
public List<ManagedPropertyInfo> GetManagedProperties()
Valeur renvoyée
Type : System.Collections.Generic.List<ManagedPropertyInfo>
Une liste d'objets de ManagedPropertyInfo .
Implémentations
ISearchSiteAdministrationServiceApplication.GetManagedProperties()
Remarques
Cette méthode obtient une liste d'objets de ManagedPropertyInfo à partir de la Schema de la SearchServiceApplication.
Voir aussi
Référence
SearchServiceApplication classe
SearchServiceApplication - Membres
GetManagedProperties - Surcharge
Microsoft.Office.Server.Search.Administration - Espace de noms