SearchServiceApplication.QueryManagedProperties 方法

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

语法

声明
Public Function QueryManagedProperties ( _
    filterString As String, _
    count As Integer, _
    lastPropertyName As String, _
    forward As Boolean, _
    includeMappedCrawledPropertiesNum As Integer, _
    useFilterOnAliases As Boolean, _
    owner As SearchObjectOwner _
) As ManagedPropertyInfoCollection
用法
Dim instance As SearchServiceApplication
Dim filterString As String
Dim count As Integer
Dim lastPropertyName As String
Dim forward As Boolean
Dim includeMappedCrawledPropertiesNum As Integer
Dim useFilterOnAliases As Boolean
Dim owner As SearchObjectOwner
Dim returnValue As ManagedPropertyInfoCollection

returnValue = instance.QueryManagedProperties(filterString, _
    count, lastPropertyName, forward, _
    includeMappedCrawledPropertiesNum, _
    useFilterOnAliases, owner)
public ManagedPropertyInfoCollection QueryManagedProperties(
    string filterString,
    int count,
    string lastPropertyName,
    bool forward,
    int includeMappedCrawledPropertiesNum,
    bool useFilterOnAliases,
    SearchObjectOwner owner
)

参数

返回值

类型:Microsoft.Office.Server.Search.Administration.ManagedPropertyInfoCollection

实现

ISchemaOperations.QueryManagedProperties(String, Int32, String, Boolean, Int32, Boolean, SearchObjectOwner)

另请参阅

引用

SearchServiceApplication 类

SearchServiceApplication 成员

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