Compartilhar via


ISchemaOperations.QueryCrawledProperties method

Propriedades rastreadas de consulta.

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

Syntax

'Declaração
<OperationContractAttribute> _
<FaultContractAttribute(GetType(SearchServiceApplicationFault))> _
Function QueryCrawledProperties ( _
    category As CategoryInfo, _
    findValue As String, _
    count As Integer, _
    lastPropset As Guid, _
    lastPropertyName As String, _
    forward As Boolean, _
    includeManagedMappedProperties As Boolean, _
    owner As SearchObjectOwner _
) As List(Of CrawledPropertyInfo)
'Uso
Dim instance As ISchemaOperations
Dim category As CategoryInfo
Dim findValue 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, _
    findValue, count, lastPropset, lastPropertyName, _
    forward, includeManagedMappedProperties, _
    owner)
[OperationContractAttribute]
[FaultContractAttribute(typeof(SearchServiceApplicationFault))]
List<CrawledPropertyInfo> QueryCrawledProperties(
    CategoryInfo category,
    string findValue,
    int count,
    Guid lastPropset,
    string lastPropertyName,
    bool forward,
    bool includeManagedMappedProperties,
    SearchObjectOwner owner
)

Parâmetros

  • findValue
    Type: System.String

    Limite as propriedades rastreadas para aqueles que contém o valor fornecido. Caso será ignorado. Use [null] para sem restrições.

  • count
    Type: System.Int32

    O número máximo de propriedades rastreadas para retornar. Use 0 para não limitar a pesquisa.

  • lastPropset
    Type: System.Guid

    O Guid da propriedade antes do conjunto de propriedades para recuperar.

  • lastPropertyName
    Type: System.String

    O nome da propriedade antes do conjunto de propriedades para recuperar.

  • forward
    Type: System.Boolean

    Se deseja pesquisar frente ou para trás de lastPropertyName.

  • includeManagedMappedProperties
    Type: System.Boolean

    Inclua os mapeamentos de propriedade gerenciada no resultado.

Valor retornado

Type: System.Collections.Generic.List<CrawledPropertyInfo>
Uma lista de objetos CrawledPropertyInfo .

Ver também

Referência

ISchemaOperations interface

ISchemaOperations members

Microsoft.Office.Server.Search.Administration namespace