获取作为已分解的限定名的路径。" A.B.C" 为 { "A", "B", "C" }。
命名空间: Microsoft.Data.Edm.Library.Expressions
程序集: Microsoft.Data.Edm(在 Microsoft.Data.Edm.dll 中)
语法
声明
Public ReadOnly Property Path As IEnumerable(Of String)
Get
用法
Dim instance As EdmPathExpression
Dim value As IEnumerable(Of String)
value = instance.Path
public IEnumerable<string> Path { get; }
public:
virtual property IEnumerable<String^>^ Path {
IEnumerable<String^>^ get () sealed;
}
abstract Path : IEnumerable<string>
override Path : IEnumerable<string>
final function get Path () : IEnumerable<String>
属性值
类型:System.Collections.Generic.IEnumerable<String>