Freigeben über


SqlSpatialServices.GeographyMultiPointFromText(String, Int32) Methode

Definition

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

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

Parameter

multiPointWellKnownText
String

Der bekannte Textwert.

coordinateSystemId
Int32

Der Koordinatensystembezeichner.

Gibt zurück

Ein neuer DbGeography-Multipointwert.

Gilt für: