SearchServiceApplicationProxy.GetProperties 方法
检索的信息与搜索查询关联的属性的列表。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public Function GetProperties ( _
properties As QueryProperties _
) As PropertyInformation()
用法
Dim instance As SearchServiceApplicationProxy
Dim properties As QueryProperties
Dim returnValue As PropertyInformation()
returnValue = instance.GetProperties(properties)
public PropertyInformation[] GetProperties(
QueryProperties properties
)
参数
properties
类型:Microsoft.Office.Server.Search.Query.QueryProperties搜索查询的属性。
返回值
类型:[]
有关查询属性的列表。
异常
异常 | 条件 |
---|---|
Exception | 在应用程序执行期间发生错误如SearchServiceApplicationFault。 |
备注
此方法检索信息搜索查询中的属性的列表。
另请参阅
引用
SearchServiceApplicationProxy 类