共用方式為


DbSpatialServices.GeographyMultiPolygonFromText(String, Int32) 方法

定義

根據所指定已知文字值與座標系統識別項,建立新的 DbGeography 多多邊形值。

[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")]
public abstract System.Data.Entity.Spatial.DbGeography GeographyMultiPolygonFromText(string multiPolygonKnownText, int coordinateSystemId);
abstract member GeographyMultiPolygonFromText : string * int -> System.Data.Entity.Spatial.DbGeography
Public MustOverride Function GeographyMultiPolygonFromText (multiPolygonKnownText As String, coordinateSystemId As Integer) As DbGeography

參數

multiPolygonKnownText
String

已知的文字值。

coordinateSystemId
Int32

座標系統識別項。

傳回

新的 DbGeography 多多邊形值。

屬性

適用於