Sdílet prostřednictvím


GroupByClause.GroupingSpecifications – vlastnost

Získá seznam specifikace seskupení.

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 GroupingSpecifications As IList(Of GroupingSpecification)
    Get
public IList<GroupingSpecification> GroupingSpecifications { get; }
public:
property IList<GroupingSpecification^>^ GroupingSpecifications {
    IList<GroupingSpecification^>^ get ();
}
member GroupingSpecifications : IList<GroupingSpecification>
function get GroupingSpecifications () : IList<GroupingSpecification>

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

GroupByClause Třída

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