Schema.QueryCrawledProperties 方法

命名空间:  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
)

参数

返回值

类型:System.Collections.IEnumerable

另请参阅

引用

Schema 类

Schema 成员

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