共用方式為


SqlSpatialServices.GeographyMultiPolygonFromText(String, Int32) 方法

定義

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

public override System.Data.Entity.Spatial.DbGeography GeographyMultiPolygonFromText(string multiPolygonKnownText, int coordinateSystemId);
override this.GeographyMultiPolygonFromText : string * int -> System.Data.Entity.Spatial.DbGeography
Public Overrides Function GeographyMultiPolygonFromText (multiPolygonKnownText As String, coordinateSystemId As Integer) As DbGeography

參數

multiPolygonKnownText
String

已知的文字值。

coordinateSystemId
Int32

座標系統識別項。

傳回

新的 DbGeography 多多邊形值。

適用於