ManagedProperty.GetMappedCrawledProperties 方法
获取映射到托管属性的CrawledProperty对象的集合。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function GetMappedCrawledProperties ( _
resultsCount As Integer _
) As List(Of CrawledProperty)
用法
Dim instance As ManagedProperty
Dim resultsCount As Integer
Dim returnValue As List(Of CrawledProperty)
returnValue = instance.GetMappedCrawledProperties(resultsCount)
public List<CrawledProperty> GetMappedCrawledProperties(
int resultsCount
)
参数
resultsCount
类型:System.Int32一个 32 位整数,指示要返回的CrawledProperty对象的数目。
返回值
类型:System.Collections.Generic.List<CrawledProperty>
CrawledProperty 对象的集合。
备注
使用GetMappedCrawledProperties方法的代码示例,请参见How to: Retrieve the Crawled Properties Mapped to a Managed Property。