Partager via


CompositeGroupingSpecification.Items, propriété

Obtient une liste d'éléments de spécification.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

CompositeGroupingSpecification Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms