FunctionCall.WithinGroupClause 屬性
Gets the within group clause used for ordered aggregates.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Property WithinGroupClause As WithinGroupClause
Get
Set
'用途
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)
屬性值
型別:Microsoft.SqlServer.TransactSql.ScriptDom.WithinGroupClause
The within group clause used for ordered aggregates.