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