Compartir a través de


EdmPathExpression.PathSegments Propiedad

Definición

Obtiene los segmentos de ruta de acceso como un nombre completo descompuesto. "A.B/C/D.E/Func1(NS. T,NS. T2)/P1" es { "A.B", "C", "D.E", "Func1(NS. T,NS. T2)", "P1" }.

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

Valor de propiedad

Implementaciones

Se aplica a