命名空间: 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
类型:System.String
- cMaxProps
类型:System.Int32
- lastPropset
类型:System.Guid
- lastPropertyName
类型:System.String
- forwardDirection
类型:System.Boolean
返回值
类型:System.Collections.IEnumerable