SearchServiceApplication.GetManagedProperties 方法

获取由SearchServiceApplication管理的ManagedPropertyInfo对象的列表。

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

语法

声明
Public Function GetManagedProperties As List(Of ManagedPropertyInfo)
用法
Dim instance As SearchServiceApplication
Dim returnValue As List(Of ManagedPropertyInfo)

returnValue = instance.GetManagedProperties()
public List<ManagedPropertyInfo> GetManagedProperties()

返回值

类型:System.Collections.Generic.List<ManagedPropertyInfo>
ManagedPropertyInfo 对象的列表。

实现

ISearchSiteAdministrationServiceApplication.GetManagedProperties()

备注

此方法获取从SearchServiceApplicationSchemaManagedPropertyInfo对象的列表。

另请参阅

引用

SearchServiceApplication 类

SearchServiceApplication 成员

GetManagedProperties 重载

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