Share via


GroupingSetsGroupingSpecification.Sets Property

Gets a list of included grouping sets.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property Sets As IList(Of GroupingSpecification)
public IList<GroupingSpecification> Sets { get; }
public:
property IList<GroupingSpecification^>^ Sets {
    IList<GroupingSpecification^>^ get ();
}
member Sets : IList<GroupingSpecification>
function get Sets () : IList<GroupingSpecification>

Property Value

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

.NET Framework Security

See Also

Reference

GroupingSetsGroupingSpecification Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace