SearchServiceApplication.QueryCrawledProperties 方法

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

语法

声明
Public Function QueryCrawledProperties ( _
    category As CategoryInfo, _
    findString As String, _
    count As Integer, _
    lastPropset As Guid, _
    lastPropertyName As String, _
    forward As Boolean, _
    includeManagedMappedProperties As Boolean, _
    owner As SearchObjectOwner _
) As List(Of CrawledPropertyInfo)
用法
Dim instance As SearchServiceApplication
Dim category As CategoryInfo
Dim findString As String
Dim count As Integer
Dim lastPropset As Guid
Dim lastPropertyName As String
Dim forward As Boolean
Dim includeManagedMappedProperties As Boolean
Dim owner As SearchObjectOwner
Dim returnValue As List(Of CrawledPropertyInfo)

returnValue = instance.QueryCrawledProperties(category, _
    findString, count, lastPropset, lastPropertyName, _
    forward, includeManagedMappedProperties, _
    owner)
public List<CrawledPropertyInfo> QueryCrawledProperties(
    CategoryInfo category,
    string findString,
    int count,
    Guid lastPropset,
    string lastPropertyName,
    bool forward,
    bool includeManagedMappedProperties,
    SearchObjectOwner owner
)

参数

返回值

类型:System.Collections.Generic.List<CrawledPropertyInfo>

实现

ISchemaOperations.QueryCrawledProperties(CategoryInfo, String, Int32, Guid, String, Boolean, Boolean, SearchObjectOwner)

另请参阅

引用

SearchServiceApplication 类

SearchServiceApplication 成员

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