共用方式為


DbGeography.MultiPolygonFromText(String, Int32) 方法

定義

傳回來自已知文字值的多多邊形值。

[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 static System.Data.Entity.Spatial.DbGeography MultiPolygonFromText (string multiPolygonWellKnownText, int coordinateSystemId);
static member MultiPolygonFromText : string * int -> System.Data.Entity.Spatial.DbGeography
Public Shared Function MultiPolygonFromText (multiPolygonWellKnownText As String, coordinateSystemId As Integer) As DbGeography

參數

multiPolygonWellKnownText
String

多多邊形已知文字值。

coordinateSystemId
Int32

座標系統識別項。

傳回

來自已知文字值的多多邊形值。

屬性

適用於