SearchServiceApplication.GetManagedPropertyMappings method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function GetManagedPropertyMappings ( _
managedProperty As ManagedPropertyInfo, _
owner As SearchObjectOwner _
) As List(Of MappingInfo)
'Uso
Dim instance As SearchServiceApplication
Dim managedProperty As ManagedPropertyInfo
Dim owner As SearchObjectOwner
Dim returnValue As List(Of MappingInfo)
returnValue = instance.GetManagedPropertyMappings(managedProperty, _
owner)
public List<MappingInfo> GetManagedPropertyMappings(
ManagedPropertyInfo managedProperty,
SearchObjectOwner owner
)
Parâmetros
- managedProperty
Type: Microsoft.Office.Server.Search.Administration.ManagedPropertyInfo
Valor retornado
Type: System.Collections.Generic.List<MappingInfo>
Implements
ISchemaOperations.GetManagedPropertyMappings(ManagedPropertyInfo, SearchObjectOwner)
Ver também
Referência
SearchServiceApplication class