SqlSpatialServices.GeographyMultiPolygonFromText(String, Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した既知のテキスト値と座標系識別子に基づいて、新しい 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 マルチポリゴン値。