RollupGroupingSpecification.Arguments Property

 

Applies To: SQL Server 2016 Preview

Gets a list of sub-specifications.

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

Syntax

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

Property Value

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

A list of sub-specifications.

See Also

RollupGroupingSpecification Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top