Schema.QueryCrawledProperties 方法 (Microsoft.Office.Server.Search.Administration)

命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search (在 microsoft.office.server.search.dll 中)

语法

声明
Public Function QueryCrawledProperties ( _
    filter As String, _
    cMaxProps As Integer, _
    lastPropset As Guid, _
    lastPropertyName As String, _
    forwardDirection As Boolean _
) As IEnumerable
用法
Dim instance As Schema
Dim filter As String
Dim cMaxProps As Integer
Dim lastPropset As Guid
Dim lastPropertyName As String
Dim forwardDirection As Boolean
Dim returnValue As IEnumerable

returnValue = instance.QueryCrawledProperties(filter, cMaxProps, lastPropset, lastPropertyName, forwardDirection)
public IEnumerable QueryCrawledProperties (
    string filter,
    int cMaxProps,
    Guid lastPropset,
    string lastPropertyName,
    bool forwardDirection
)

参数

  • filter
    A string that represents
  • cMaxProps
    An integer that represents
  • lastPropset
    A GUID that represents
  • lastPropertyName
    A string that represents
  • forwardDirection
    A Boolean value that represents

另请参阅

参考

Schema 类
Schema 成员
Microsoft.Office.Server.Search.Administration 命名空间