Query.PartitionId property
Especifica o identificador exclusivo (ID) da partição do índice a ser usado para esta consulta de pesquisa.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Property PartitionId As Guid
Get
Set
'Uso
Dim instance As Query
Dim value As Guid
value = instance.PartitionId
instance.PartitionId = value
public Guid PartitionId { get; set; }
Property value
Type: System.Guid
A identificação da partição de índice.
Comentários
Essa propriedade retorna Empty() para consulta sem uma partição de índice especificado.