SpatialEdmFunctions.GeometryMultiLineFromText 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立一個使用指定引數叫用標準 'GeometryMultiLineFromText' 函式的 DbFunctionExpression。 multiLineWellKnownText 必須具有字串結果類型,而 coordinateSystemId 必須具有整數數值結果類型。 運算式的結果型別為 Edm.Geometry。
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", Justification="Match OGC, EDM", MessageId="multiLine")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Justification="Match OGC, EDM", MessageId="Multi")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Justification="Match OGC, EDM", MessageId="multi")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", Justification="Match OGC, EDM", MessageId="MultiLine")]
public static System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression GeometryMultiLineFromText(System.Data.Entity.Core.Common.CommandTrees.DbExpression multiLineWellKnownText, System.Data.Entity.Core.Common.CommandTrees.DbExpression coordinateSystemId);
static member GeometryMultiLineFromText : System.Data.Entity.Core.Common.CommandTrees.DbExpression * System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression
Public Function GeometryMultiLineFromText (multiLineWellKnownText As DbExpression, coordinateSystemId As DbExpression) As DbFunctionExpression
參數
- multiLineWellKnownText
- DbExpression
提供幾何多線值之已知文字表示的運算式。
- coordinateSystemId
- DbExpression
運算式,提供幾何多線值座標系統的座標系統 ID (SRID)。
傳回
根據指定值傳回新幾何多線值的新 DbFunctionExpression。
- 屬性