ManagedProperty.GetMappedCrawledProperties 方法 (Microsoft.Office.Server.Search.Administration)
Gets the collection of CrawledProperty objects mapped to a managed property.
命名空间: 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
A 32-bit integer that indicates the number of CrawledProperty objects to return.
返回值
A collection of CrawledProperty objects.
备注
For a code sample using the GetMappedCrawledProperties method, see 如何:检索映射到托管属性的已爬网属性.
另请参阅
参考
ManagedProperty 类
ManagedProperty 成员
Microsoft.Office.Server.Search.Administration 命名空间