FunctionCall.WithinGroupClause Property
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
'Declaration
Public Property WithinGroupClause As WithinGroupClause
Get
Set
'Usage
Dim instance As FunctionCall
Dim value As WithinGroupClause
value = instance.WithinGroupClause
instance.WithinGroupClause = value
public WithinGroupClause WithinGroupClause { get; set; }
public:
property WithinGroupClause^ WithinGroupClause {
WithinGroupClause^ get ();
void set (WithinGroupClause^ value);
}
member WithinGroupClause : WithinGroupClause with get, set
function get WithinGroupClause () : WithinGroupClause
function set WithinGroupClause (value : WithinGroupClause)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.WithinGroupClause
The within group clause used for ordered aggregates.