共用方式為


GroupByClause.GroupingSpecifications 屬性

取得或設定群組規格。

命名空間:  Microsoft.Data.Schema.ScriptDom.Sql
組件:  Microsoft.Data.Schema.ScriptDom.Sql (在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

語法

'宣告
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>

屬性值

型別:System.Collections.Generic.IList<GroupingSpecification>

.NET Framework 安全性

請參閱

參考

GroupByClause 類別

Microsoft.Data.Schema.ScriptDom.Sql 命名空間