共用方式為


AggregatedCollectionPropertyNode 類別

定義

節點,表示原本匯總成單一值的集合資源。

public sealed class AggregatedCollectionPropertyNode : Microsoft.OData.UriParser.SingleResourceNode
type AggregatedCollectionPropertyNode = class
    inherit SingleResourceNode
Public NotInheritable Class AggregatedCollectionPropertyNode
Inherits SingleResourceNode
繼承
AggregatedCollectionPropertyNode

建構函式

AggregatedCollectionPropertyNode(CollectionNavigationNode, IEdmProperty)

建構 SingleValuePropertyAccessNode

屬性

Kind

取得此節點的種類。

(繼承來源 SingleValueNode)
NavigationSource

取得這個節點的導覽來源。

Property

取得要存取的 EDM 屬性。

Source

取得包含此屬性的值。

StructuredTypeReference

取得這個節點的類型參考。

TypeReference

取得此節點所表示之單一值的型別。

方法

Accept<T>(QueryNodeVisitor<T>)

QueryNodeVisitor<T>接受 ,其會逐步執行 的樹狀 QueryNode 結構。

適用於