Freigeben über


SpatialEdmFunctions.GeographyCollectionFromText Methode

Definition

Erstellt ein DbFunctionExpression, das die kanonische „GeographyCollectionFromText“-Funktion mit den angegebenen Argumenten aufruft. geographyCollectionWellKnownText muss einen Zeichenfolgenergebnistyp haben, während coordinateSystemId einen ganzzahligen, numerischen Ergebnistyp haben muss. Der Ergebnistyp des Ausdrucks ist Edm.Geography.

public:
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ GeographyCollectionFromText(System::Data::Common::CommandTrees::DbExpression ^ geographyCollectionWellKnownText, System::Data::Common::CommandTrees::DbExpression ^ coordinateSystemId);
public static System.Data.Common.CommandTrees.DbFunctionExpression GeographyCollectionFromText (System.Data.Common.CommandTrees.DbExpression geographyCollectionWellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId);
static member GeographyCollectionFromText : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function GeographyCollectionFromText (geographyCollectionWellKnownText As DbExpression, coordinateSystemId As DbExpression) As DbFunctionExpression

Parameter

geographyCollectionWellKnownText
DbExpression

Ein Ausdruck, der die bekannte Textdarstellung des Geografiesammlungswerts bereitstellt.

coordinateSystemId
DbExpression

Ein Ausdruck, der die Koordinatensystem-ID (SRID) des Koordinatensystems des Geografiesammlungswerts bereitstellt.

Gibt zurück

Ein neues DbFunctionExpression, das den neuen Geografiesammlungswert anhand der angegebenen Werte zurückgibt.

Ausnahmen

geographyCollectionWellKnownText coordinateSystemId

geographyCollectionWellKnownText coordinateSystemId

Gilt für: