Description
Looks for the column in the partition key. If it finds it, it returns the column's Nulls Order. PARAMETERS: Name of the partition column (String). RETURN DATATYPE: String.
Syntax
Public Function GetNullsOrderForPartitionColumn( _ ByVal Name As Variant _ ) As Variant
Parameters
- Name