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