Sdílet prostřednictvím


CompositeGroupingSpecification.Items – vlastnost

Získá seznam seskupování položek specifikace.

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

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

CompositeGroupingSpecification Třída

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