i think you mean the column in which you choose to partition by.
in partitioning, you choose a column in which to define the partition range. so if you have a column DateCreated, you would set a partition to use a range of years or months.
if it was a int or bigint column, you would define a range of numbers (like 1 - 100000) as a partition range.