SearchServiceApplication.GetProperties 方法
返回的每个属性由SearchServiceApplicationPropertyInformation 。
命名空间: 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 SearchServiceApplication
Dim properties As QueryProperties
Dim returnValue As PropertyInformation()
returnValue = instance.GetProperties(properties)
public PropertyInformation[] GetProperties(
QueryProperties properties
)
参数
properties
类型:Microsoft.Office.Server.Search.Query.QueryProperties搜索查询的属性。
返回值
类型:[]
PropertyInformation 数组。
备注
此方法返回数组的属性由SearchServiceApplicationPropertyInformation 。