ISchemaOperations.GetMappedCrawledProperties 方法

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

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

语法

声明
<FaultContractAttribute(GetType(SearchServiceApplicationFault))> _
<OperationContractAttribute> _
Function GetMappedCrawledProperties ( _
    managedProperty As ManagedPropertyInfo, _
    owner As SearchObjectOwner _
) As List(Of CrawledPropertyInfo)
用法
Dim instance As ISchemaOperations
Dim managedProperty As ManagedPropertyInfo
Dim owner As SearchObjectOwner
Dim returnValue As List(Of CrawledPropertyInfo)

returnValue = instance.GetMappedCrawledProperties(managedProperty, _
    owner)
[FaultContractAttribute(typeof(SearchServiceApplicationFault))]
[OperationContractAttribute]
List<CrawledPropertyInfo> GetMappedCrawledProperties(
    ManagedPropertyInfo managedProperty,
    SearchObjectOwner owner
)

参数

返回值

类型:System.Collections.Generic.List<CrawledPropertyInfo>
已爬网属性的集合。

另请参阅

引用

ISchemaOperations 接口

ISchemaOperations 成员

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