Freigeben über


SearchServiceApplicationProxy.QueryCrawledProperties-Methode

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

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
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)
'Usage
Dim instance As SearchServiceApplicationProxy
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
)

Parameter

Rückgabewert

Typ: System.Collections.Generic.List<CrawledPropertyInfo>

Implementiert

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

Siehe auch

Referenz

SearchServiceApplicationProxy Klasse

SearchServiceApplicationProxy-Member

Microsoft.Office.Server.Search.Administration-Namespace