CompositeGroupingSpecification.Items-Eigenschaft

Ruft eine Liste mit Gruppierungsspezifikationselementen ab.

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

Syntax

'Declaration
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>

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

CompositeGroupingSpecification Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace