SpatialEdmFunctions.GeographyMultiPointFromText 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 ein DbFunctionExpression, das die kanonische „GeographyMultiPointFromText“-Funktion mit den angegebenen Argumenten aufruft. multiPointWellKnownText
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 ^ GeographyMultiPointFromText(System::Data::Common::CommandTrees::DbExpression ^ multiPointWellKnownText, System::Data::Common::CommandTrees::DbExpression ^ coordinateSystemId);
public static System.Data.Common.CommandTrees.DbFunctionExpression GeographyMultiPointFromText (System.Data.Common.CommandTrees.DbExpression multiPointWellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId);
static member GeographyMultiPointFromText : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function GeographyMultiPointFromText (multiPointWellKnownText As DbExpression, coordinateSystemId As DbExpression) As DbFunctionExpression
Parameter
- multiPointWellKnownText
- DbExpression
Ein Ausdruck, der die bekannte Textdarstellung des Geografie-MultiPoint-Werts bereitstellt.
- coordinateSystemId
- DbExpression
Ein Ausdruck, der die Koordinatensystem-ID (SRID) des Koordinatensystems des Geografie-Multipunktwerts bereitstellt.
Gibt zurück
Ein neues DbFunctionExpression, das den neuen Geografiemultipunktwert anhand der angegebenen Werte zurückgibt.
Ausnahmen
multiPointWellKnownText
coordinateSystemId
multiPointWellKnownText
coordinateSystemId