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