AggregateExpressionToken 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表匯總運算式的查詢權杖。
public sealed class AggregateExpressionToken : Microsoft.OData.UriParser.Aggregation.AggregateTokenBase
type AggregateExpressionToken = class
inherit AggregateTokenBase
Public NotInheritable Class AggregateExpressionToken
Inherits AggregateTokenBase
- 繼承
建構函式
AggregateExpressionToken(QueryToken, AggregationMethod, String) |
建立 AggregateExpressionToken。 |
AggregateExpressionToken(QueryToken, AggregationMethodDefinition, String) |
建立 AggregateExpressionToken。 |
屬性
Alias |
取得別名。 |
Expression |
取得運算式。 |
Kind |
取得這個權杖的種類。 |
Method |
取得這個權杖的 AggregationMethod。 |
MethodDefinition |
取得匯總方法定義。 |
方法
Accept<T>(ISyntacticTreeVisitor<T>) |
ISyntacticTreeVisitor<T>接受 以逐步解說 的樹狀 QueryToken 結構。 |