共用方式為


EdmPathExpression.Path 屬性

取得路徑做為分解的限定名稱。" 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>

實作

IEdmPathExpression.Path

請參閱

參考

EdmPathExpression 類別

Microsoft.Data.Edm.Library.Expressions 命名空間