GrandTotalGroupingSpecification Class

Represents the grand total grouping specification.

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class GrandTotalGroupingSpecification _
    Inherits GroupingSpecification
'Usage
Dim instance As GrandTotalGroupingSpecification
[SerializableAttribute]
public class GrandTotalGroupingSpecification : GroupingSpecification
[SerializableAttribute]
public ref class GrandTotalGroupingSpecification : public GroupingSpecification
public class GrandTotalGroupingSpecification extends GroupingSpecification

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
    Microsoft.Data.Schema.ScriptDom.Sql.GroupingSpecification
      Microsoft.Data.Schema.ScriptDom.Sql.GrandTotalGroupingSpecification

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

GrandTotalGroupingSpecification Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace