Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets a GROUP BY clause.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property GroupByClause As GroupByClause
Get
Set
'Usage
Dim instance As QuerySpecification
Dim value As GroupByClause
value = instance.GroupByClause
instance.GroupByClause = value
public GroupByClause GroupByClause { get; set; }
public:
property GroupByClause^ GroupByClause {
GroupByClause^ get ();
void set (GroupByClause^ value);
}
member GroupByClause : GroupByClause with get, set
function get GroupByClause () : GroupByClause
function set GroupByClause (value : GroupByClause)
Eigenschaftswert
Typ: Microsoft.SqlServer.TransactSql.ScriptDom.GroupByClause
The GROUP BY clause.