Sdílet prostřednictvím


GroupingSetsGroupingSpecification.Sets – vlastnost

Získá seznam součástí seskupení sad.

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

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

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

GroupingSetsGroupingSpecification Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů