Description

Delete a column from the partition key. Cannot delete last column in key. PARAMETERS: Name as String.

Syntax

Public Sub DeleteColumnFromPartitionKey( _
   ByVal Name As Variant _
)

Parameters

  • Name

Remarks

You cannot delete last column in key. To delete all columns in the partition key, use DeletePartitionKey, but note that also deletes all partitions.


  • No labels