SearchServiceApplicationProxy.GetMappedCrawledProperties 方法
GetMappedCrawledProperties(ManagedPropertyInfo, SearchObjectOwner)
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function GetMappedCrawledProperties ( _
managedProperty As ManagedPropertyInfo, _
owner As SearchObjectOwner _
) As List(Of CrawledPropertyInfo)
用法
Dim instance As SearchServiceApplicationProxy
Dim managedProperty As ManagedPropertyInfo
Dim owner As SearchObjectOwner
Dim returnValue As List(Of CrawledPropertyInfo)
returnValue = instance.GetMappedCrawledProperties(managedProperty, _
owner)
public List<CrawledPropertyInfo> GetMappedCrawledProperties(
ManagedPropertyInfo managedProperty,
SearchObjectOwner owner
)
参数
- managedProperty
类型:Microsoft.Office.Server.Search.Administration.ManagedPropertyInfo
返回值
类型:System.Collections.Generic.List<CrawledPropertyInfo>
实现
ISchemaOperations.GetMappedCrawledProperties(ManagedPropertyInfo, SearchObjectOwner)
另请参阅
引用
SearchServiceApplicationProxy 类