Skip to main content

PivotUsage Enumeration

PivotUsage Enumeration

The PivotUsage enumeration provides options for the role of an input column in a SQL Server Integration Services Pivot transformation.

Enumeration Values

NameSummary
PassThrough
Specifies that the column will pass through without modification.
Key
Specifies that the column will be used as a pivot key.
Pivot
Specifies that the column will be used as a pivot.
Output
Specifies that the column will be used as an output.