다음을 통해 공유


IEdmPathExpression.PathSegments 속성

정의

경로 세그먼트를 분해된 정규화된 이름으로 가져옵니다. "A.B/C/D.E"는 { "A.B", "C", "D.E" }입니다.

public System.Collections.Generic.IEnumerable<string> PathSegments { get; }
member this.PathSegments : seq<string>
Public ReadOnly Property PathSegments As IEnumerable(Of String)

속성 값

적용 대상