共用方式為


SingleValuePropertyAccessNode 類別

定義

代表屬性值存取權的節點。

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

建構函式

SingleValuePropertyAccessNode(SingleValueNode, IEdmProperty)

建構 SingleValuePropertyAccessNode

屬性

Kind

取得此節點的種類。

(繼承來源 SingleValueNode)
Property

取得要存取的 EDM 屬性。

Source

取得包含此屬性的值。

TypeReference

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

方法

Accept<T>(QueryNodeVisitor<T>)

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

適用於