Description
Looks for the column in the partition key. If found, it returns the column's number. RETURN DATATYPE: Integer. PARAMETERS: Name of the partition column (String).
Syntax
Public Function GetPartitionColumnNumber( _ ByVal Name As Variant _ ) As Long
Parameters
- Name
See Also