Description
Change the sequence of the columns in the partition key by setting the number of a column. PARAMETERS: Name of the partition column as String, Number as Integer.
Syntax
Public Sub SetPartitionColumnNumber( _ ByVal Name As Variant, _ ByVal Number As Variant _ )
Parameters
- Name
- Number
Remarks
The number must be greater than zero. If the number is equal to the number of another column in the key, the method inserts the specified column before the column with the same sequence number. If the number is bigger than any other number, it adds the specified column to the end of the list.