EdmPropertyPathExpression 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
EdmPropertyPathExpression(IEnumerable<String>)
初始化 EdmPropertyPathExpression 類別的新執行個體。
public EdmPropertyPathExpression (System.Collections.Generic.IEnumerable<string> pathSegments);
new Microsoft.OData.Edm.Vocabularies.EdmPropertyPathExpression : seq<string> -> Microsoft.OData.Edm.Vocabularies.EdmPropertyPathExpression
Public Sub New (pathSegments As IEnumerable(Of String))
參數
- pathSegments
- IEnumerable<String>
路徑區段。
適用於
EdmPropertyPathExpression(String)
初始化 EdmPropertyPathExpression 類別的新執行個體。
public EdmPropertyPathExpression (string path);
new Microsoft.OData.Edm.Vocabularies.EdmPropertyPathExpression : string -> Microsoft.OData.Edm.Vocabularies.EdmPropertyPathExpression
Public Sub New (path As String)
參數
- path
- String
路徑字串,其中包含以 '/' 分隔的區段。 例如:"A.B/C/D.E/Func1(NS.T,NS.T2)/P1"。
適用於
EdmPropertyPathExpression(String[])
初始化 EdmPropertyPathExpression 類別的新執行個體。
public EdmPropertyPathExpression (params string[] pathSegments);
new Microsoft.OData.Edm.Vocabularies.EdmPropertyPathExpression : string[] -> Microsoft.OData.Edm.Vocabularies.EdmPropertyPathExpression
Public Sub New (ParamArray pathSegments As String())
參數
- pathSegments
- String[]
路徑區段。