共用方式為


ComputeToken 類別

定義

代表計算權杖的查詢權杖。

public sealed class ComputeToken : Microsoft.OData.UriParser.Aggregation.ApplyTransformationToken
type ComputeToken = class
    inherit ApplyTransformationToken
Public NotInheritable Class ComputeToken
Inherits ApplyTransformationToken
繼承

建構函式

ComputeToken(IEnumerable<ComputeExpressionToken>)

建立 ComputeToken。

屬性

Expressions

取得 ComputeExpressionToken 的清單。

Kind

取得這個權杖的種類。

方法

Accept<T>(ISyntacticTreeVisitor<T>)

ISyntacticTreeVisitor<T>接受 以逐步執行 的 QueryToken 樹狀結構。

適用於