Description

Looks for the column in the partition key. If it finds it, it returns the column's number. PARAMETERS: Name of the partition column as String. RETURN DATATYPE: Integer.

Syntax

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

Parameters

  • Name


  • No labels