ISchemaOperations.GetMappedManagedProperties 方法

获取已爬网属性的所有映射的属性。

命名空间:  Microsoft.Office.Server.Search.Administration
程序集:  Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)

语法

声明
<OperationContractAttribute> _
<FaultContractAttribute(GetType(SearchServiceApplicationFault))> _
Function GetMappedManagedProperties ( _
    crawledProperty As CrawledPropertyInfo, _
    owner As SearchObjectOwner _
) As ManagedPropertyInfoCollection
用法
Dim instance As ISchemaOperations
Dim crawledProperty As CrawledPropertyInfo
Dim owner As SearchObjectOwner
Dim returnValue As ManagedPropertyInfoCollection

returnValue = instance.GetMappedManagedProperties(crawledProperty, _
    owner)
[OperationContractAttribute]
[FaultContractAttribute(typeof(SearchServiceApplicationFault))]
ManagedPropertyInfoCollection GetMappedManagedProperties(
    CrawledPropertyInfo crawledProperty,
    SearchObjectOwner owner
)

参数

返回值

类型:Microsoft.Office.Server.Search.Administration.ManagedPropertyInfoCollection
映射到给定的已爬网属性的托管属性的集合。

另请参阅

引用

ISchemaOperations 接口

ISchemaOperations 成员

Microsoft.Office.Server.Search.Administration 命名空间