Freigeben über


SqlSpatialServices.GeographyMultiPolygonFromText(String, Int32) Methode

Definition

Erstellt einen neuen DbGeography-Multipolygonwert auf Grundlage des angegebenen bekannten Textwerts und Koordinatensystembezeichners.

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

Parameter

multiPolygonKnownText
String

Der bekannte Textwert.

coordinateSystemId
Int32

Der Koordinatensystembezeichner.

Gibt zurück

Ein neuer DbGeography-Multipolygonwert.

Gilt für: