Freigeben über


SpatialEdmFunctions.GeometryMultiPointFromText Methode

Definition

Erstellt ein DbFunctionExpression, das die kanonische „GeometryMultiPointFromText“-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.Geometry.

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

Parameter

multiPointWellKnownText
DbExpression

Ein Ausdruck, der die bekannte Textdarstellung des Geometrie-MultiPoint-Werts bereitstellt.

coordinateSystemId
DbExpression

Ein Ausdruck, der die Koordinatensystem-ID (SRID) des Koordinatensystems des Geometrie-MultiPoint-Werts bereitstellt.

Gibt zurück

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

Ausnahmen

multiPointWellKnownText coordinateSystemId

multiPointWellKnownText coordinateSystemId

Gilt für: