Partager via


SqlSpatialServices.GeographyMultiPolygonFromText(String, Int32) Méthode

Définition

Crée une valeur DbGeography à plusieurs polygones basée sur la valeur de texte connue et l’identificateur de système de coordonnées spécifiés.

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

Paramètres

multiPolygonKnownText
String

Valeur de texte connue.

coordinateSystemId
Int32

Identificateur du système de coordonnées.

Retours

Nouvelle valeur à plusieurs polygones DbGeography.

S’applique à