SqlSpatialServices.GeographyMultiPointFromText(String, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée une valeur multipoint DbGeography basée sur la valeur de texte connue et sur l’identificateur de système de coordonnées spécifiés.
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
Paramètres
- multiPointWellKnownText
- String
Valeur de texte connue.
- coordinateSystemId
- Int32
Identificateur du système de coordonnées.
Retours
Nouvelle valeur multipoint DbGeography.