ISchemaOperations.GetMappedCrawledProperties method
Obter todas as propriedades rastreadas mapeadas para uma propriedade gerenciada.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
<FaultContractAttribute(GetType(SearchServiceApplicationFault))> _
<OperationContractAttribute> _
Function GetMappedCrawledProperties ( _
managedProperty As ManagedPropertyInfo, _
owner As SearchObjectOwner _
) As List(Of CrawledPropertyInfo)
'Uso
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
)
Parâmetros
managedProperty
Type: Microsoft.Office.Server.Search.Administration.ManagedPropertyInfoA propriedade gerenciada para obter o mapeado rastreado propriedades.
owner
Type: Microsoft.Office.Server.Search.Administration.SearchObjectOwnerRepresenta a hierarquia do Sharepoint no qual a propriedade gerenciada está contida.
Valor retornado
Type: System.Collections.Generic.List<CrawledPropertyInfo>
Uma coleção de propriedades rastreadas.