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
category
Type: Microsoft.Office.Server.Search.Administration.CategoryInfoLimite as propriedades rastreadas em uma determinada categoria. Use [null] para não restringir a uma única categoria.
findValue
Type: System.StringLimite as propriedades rastreadas para aqueles que contém o valor fornecido. Caso será ignorado. Use [null] para sem restrições.
count
Type: System.Int32O número máximo de propriedades rastreadas para retornar. Use 0 para não limitar a pesquisa.
lastPropset
Type: System.GuidO Guid da propriedade antes do conjunto de propriedades para recuperar.
lastPropertyName
Type: System.StringO nome da propriedade antes do conjunto de propriedades para recuperar.
forward
Type: System.BooleanSe deseja pesquisar frente ou para trás de lastPropertyName.
includeManagedMappedProperties
Type: System.BooleanInclua os mapeamentos de propriedade gerenciada no resultado.
owner
Type: Microsoft.Office.Server.Search.Administration.SearchObjectOwnerRepresenta a hierarquia do Sharepoint no qual estão as propriedades rastreadas.
Valor retornado
Type: System.Collections.Generic.List<CrawledPropertyInfo>
Uma lista de objetos CrawledPropertyInfo .