ISchemaOperations.GetMappedCrawledProperties - Méthode
Obtenez toutes les propriétés analysées mappées sur une propriété gérée.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
<FaultContractAttribute(GetType(SearchServiceApplicationFault))> _
<OperationContractAttribute> _
Function GetMappedCrawledProperties ( _
managedProperty As ManagedPropertyInfo, _
owner As SearchObjectOwner _
) As List(Of CrawledPropertyInfo)
'Utilisation
Dim instance As ISchemaOperations
Dim managedProperty As ManagedPropertyInfo
Dim owner As SearchObjectOwner
Dim returnValue As List(Of CrawledPropertyInfo)
returnValue = instance.GetMappedCrawledProperties(managedProperty, _
owner)
[FaultContractAttribute(typeof(SearchServiceApplicationFault))]
[OperationContractAttribute]
List<CrawledPropertyInfo> GetMappedCrawledProperties(
ManagedPropertyInfo managedProperty,
SearchObjectOwner owner
)
Paramètres
managedProperty
Type : Microsoft.Office.Server.Search.Administration.ManagedPropertyInfoLa propriété gérée pour obtenir la liste mappée analysée pour les propriétés.
owner
Type : Microsoft.Office.Server.Search.Administration.SearchObjectOwnerReprésente la hiérarchie de Sharepoint dans laquelle se trouve la propriété gérée.
Valeur renvoyée
Type : System.Collections.Generic.List<CrawledPropertyInfo>
Une collection de propriétés analysées.
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms