SearchServiceApplicationProxy.GetManagedProperties 方法
获取有关管理的SearchServiceApplicationProxy属性的信息的列表。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function GetManagedProperties As List(Of ManagedPropertyInfo)
用法
Dim instance As SearchServiceApplicationProxy
Dim returnValue As List(Of ManagedPropertyInfo)
returnValue = instance.GetManagedProperties()
public List<ManagedPropertyInfo> GetManagedProperties()
返回值
类型:System.Collections.Generic.List<ManagedPropertyInfo>
托管属性有关的信息的列表。
实现
ISearchSiteAdministrationServiceApplication.GetManagedProperties()
异常
异常 | 条件 |
---|---|
Exception | 在应用程序执行期间发生错误如SearchServiceApplicationFault。 |
备注
此方法获取从SearchServiceApplicationProxy的SchemaManagedPropertyInfo对象的列表。
另请参阅
引用
SearchServiceApplicationProxy 类