FunctionCall.WithinGroupClause Property

 

Applies To: SQL Server 2016 Preview

Gets the within group clause used for ordered aggregates.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public WithinGroupClause WithinGroupClause { get; set; }
public:
property WithinGroupClause^ WithinGroupClause {
    WithinGroupClause^ get();
    void set(WithinGroupClause^ value);
}
member WithinGroupClause : WithinGroupClause with get, set
Public Property WithinGroupClause As WithinGroupClause

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.WithinGroupClause

The within group clause used for ordered aggregates.

See Also

FunctionCall Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top