SpatialEdmFunctions.GeographyPointFromText(DbExpression, DbExpression) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellt einen DbFunctionExpression, der die kanonische GeographyPointFromText-Funktion mit den angegebenen Argumenten aufruft.
public:
static System::Data::Common::CommandTrees::DbFunctionExpression ^ GeographyPointFromText(System::Data::Common::CommandTrees::DbExpression ^ pointWellKnownText, System::Data::Common::CommandTrees::DbExpression ^ coordinateSystemId);
public static System.Data.Common.CommandTrees.DbFunctionExpression GeographyPointFromText (System.Data.Common.CommandTrees.DbExpression pointWellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId);
static member GeographyPointFromText : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function GeographyPointFromText (pointWellKnownText As DbExpression, coordinateSystemId As DbExpression) As DbFunctionExpression
Parameter
- pointWellKnownText
- DbExpression
Ein Ausdruck, der die bekannte Textdarstellung des Geografiepunktwerts bereitstellt.
- coordinateSystemId
- DbExpression
Ein Ausdruck, der die Koordinatensystem-ID (SRID) des Koordinatensystems des systempointWellKnownTextValue bereitstellt.
Gibt zurück
Die kanonische Funktion "GeographyPointFromText".