QueryTopology.IndexPartitions Property
Gets an array of index partitions that are associated with this query topology.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property IndexPartitions As IndexPartitionCollection
Get
'Usage
Dim instance As QueryTopology
Dim value As IndexPartitionCollection
value = instance.IndexPartitions
public IndexPartitionCollection IndexPartitions { get; }
Property Value
Type: Microsoft.Office.Server.Search.Administration.IndexPartitionCollection
An array of index partitions that are associated with this query topology.