PivotedTableReference.InColumns Property

 

Applies To: SQL Server 2016 Preview

Gets a list of the “in columns”.

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

Syntax

public IList<Identifier> InColumns { get; }
public:
property IList<Identifier^>^ InColumns {
    IList<Identifier^>^ get();
}
member InColumns : IList<Identifier> with get
Public ReadOnly Property InColumns As IList(Of Identifier)

Property Value

Type: System.Collections.Generic.IList<Identifier>

A list of the “in columns”.

See Also

PivotedTableReference Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top