DbSpatialServices.GeographyCollectionFromText(String, Int32) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Crea un nuovo valore di raccolta DbGeography basato sul valore di testo noto e sull'identificatore del sistema di coordinate (SRID) specificati.
public:
abstract System::Data::Spatial::DbGeography ^ GeographyCollectionFromText(System::String ^ geographyCollectionWellKnownText, int coordinateSystemId);
public abstract System.Data.Spatial.DbGeography GeographyCollectionFromText (string geographyCollectionWellKnownText, int coordinateSystemId);
abstract member GeographyCollectionFromText : string * int -> System.Data.Spatial.DbGeography
Public MustOverride Function GeographyCollectionFromText (geographyCollectionWellKnownText As String, coordinateSystemId As Integer) As DbGeography
Parametri
- geographyCollectionWellKnownText
- String
Stringa contenente una rappresentazione di testo nota del valore della posizione geografica.
- coordinateSystemId
- Int32
L'identificatore del sistema di coordinate che il nuovo valore DbGeography deve utilizzare.
Restituisce
Nuovo valore DbGeography definito dal valore di testo noto con l'identificatore del sistema di coordinate (SRID) specificato (DefaultCoordinateSystemId).
Eccezioni
geographyCollectionWellKnownText
coordinateSystemId