다음을 통해 공유


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를 걷는 을 허용합니다.

적용 대상