Поделиться через


GroupByClause.GroupingSpecifications Property

Gets a list of grouping specifications.

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

Syntax

'Declaration
Public ReadOnly Property GroupingSpecifications As IList(Of GroupingSpecification)
public IList<GroupingSpecification> GroupingSpecifications { get; }
public:
property IList<GroupingSpecification^>^ GroupingSpecifications {
    IList<GroupingSpecification^>^ get ();
}
member GroupingSpecifications : IList<GroupingSpecification>
function get GroupingSpecifications () : IList<GroupingSpecification>

Property Value

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

.NET Framework Security

See Also

Reference

GroupByClause Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace