Compartilhar via


QueryProperties.EnableInterleaving property

True se ResultTables no ResultTableCollection produzido pela execução desta consulta deve ser intercalada. FALSO caso contrário. O valor padrão é true.

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

Syntax

'Declaração
Public Property EnableInterleaving As Boolean
    Get
    Set
'Uso
Dim instance As QueryProperties
Dim value As Boolean

value = instance.EnableInterleaving

instance.EnableInterleaving = value
public bool EnableInterleaving { get; set; }

Property value

Type: System.Boolean

Comentários

Somente deve ser alterado o valor da propriedade no SearchApp deseja implementar seus próprios intercalação, que não é normal.

Ver também

Referência

QueryProperties class

QueryProperties members

Microsoft.Office.Server.Search.Query namespace