SingleValuePropertyAccessNode 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表屬性值存取權的節點。
public sealed class SingleValuePropertyAccessNode : Microsoft.OData.UriParser.SingleValueNode
type SingleValuePropertyAccessNode = class
inherit SingleValueNode
Public NotInheritable Class SingleValuePropertyAccessNode
Inherits SingleValueNode
- 繼承
建構函式
SingleValuePropertyAccessNode(SingleValueNode, IEdmProperty) |
屬性
Kind |
取得此節點的種類。 (繼承來源 SingleValueNode) |
Property |
取得要存取的 EDM 屬性。 |
Source |
取得包含此屬性的值。 |
TypeReference |
取得此節點所表示之單一值的型別。 |
方法
Accept<T>(QueryNodeVisitor<T>) |
QueryNodeVisitor<T>接受 ,其會逐步執行 的 QueryNode 樹狀結構。 |