Compartilhar via


Propriedade GroupingSetsGroupingSpecification.Sets

Obtém uma lista de conjuntos de agrupamento incluído.

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

Sintaxe

'Declaração
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>

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

GroupingSetsGroupingSpecification Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql