QueryTopology.GetPartitionsMap Method

Gets the map of the index partitions in this query topology.

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

Syntax

'Declaration
Public Function GetPartitionsMap As IndexPartition()
'Usage
Dim instance As QueryTopology
Dim returnValue As IndexPartition()

returnValue = instance.GetPartitionsMap()
public IndexPartition[] GetPartitionsMap()

Return Value

Type: []
The map of the index partitions in this query topology.

Remarks

The length of the returned array must be 256.

See Also

Reference

QueryTopology Class

QueryTopology Members

Microsoft.Office.Server.Search.Administration Namespace