Метод 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
)
Параметры
- filter
Тип: System.String
- cMaxProps
Тип: System.Int32
- lastPropset
Тип: System.Guid
- lastPropertyName
Тип: System.String
- forwardDirection
Тип: System.Boolean
Возвращаемое значение
Тип: System.Collections.IEnumerable
См. также
Справочные материалы
Пространство имен Microsoft.Office.Server.Search.Administration