UnpivotedTableReference.PivotColumn Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the pivot column.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public Identifier PivotColumn { get; set; }
public:
property Identifier^ PivotColumn {
    Identifier^ get();
    void set(Identifier^ value);
}
member PivotColumn : Identifier with get, set
Public Property PivotColumn As Identifier

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier

The pivot column.

See Also

UnpivotedTableReference Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top