Aracılığıyla paylaş


GroupByClause.GroupingSpecifications Özellik

Gruplandırma özellikleri listesini alır.

Ad alanı:  Microsoft.Data.Schema.ScriptDom.Sql
Derleme:  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll içinde)

Sözdizimi

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

Özellik Değeri

Tür: System.Collections.Generic.IList<GroupingSpecification>

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

GroupByClause Sınıf

Microsoft.Data.Schema.ScriptDom.Sql Ad Alanı