Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.