IndexPartition.Ordinal Property

Gets the number of the IndexPartition within the partitioning scheme.

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

Syntax

'Declaration
Public ReadOnly Property Ordinal As UInteger
    Get
'Usage
Dim instance As IndexPartition
Dim value As UInteger

value = instance.Ordinal
public uint Ordinal { get; }

Property Value

Type: System.UInt32
The number of the IndexPartition within the partitioning scheme.

See Also

Reference

IndexPartition Class

IndexPartition Members

Microsoft.Office.Server.Search.Administration Namespace