Description

Looks for the column in the partition key. If it finds it, it returns the column's number. PARAMETERS: Partition Column Name (String). RETURN DATATYPE: Integer.

Syntax

Public Function GetPartitionColumnNumber( _
   ByVal Name As Variant _
) As Long

Parameters

  • Name