SpatialEdmFunctions.GeometryMultiPointFromText Methode

Definition

Erstellt eine DbFunctionExpression , die die kanonische "GeometryMultiPointFromText"-Funktion mit den angegebenen Argumenten aufruft. multiPointWellKnownText muss einen Zeichenfolgenergebnistyp aufweisen, während coordinateSystemId ein ganzzahliger numerischer Ergebnistyp enthalten sein 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-Mehrwerts bereitstellt.

coordinateSystemId
DbExpression

Ein Ausdruck, der die Koordinatensystem-ID (SRID) des Koordinatensystems der Geometrie mit mehreren Punkten bereitstellt.

Gibt zurück

Ein neuer DbFunctionExpression-Wert, der basierend auf den angegebenen Werten einen neuen Geometrie-Multipunktwert zurückgibt.

Ausnahmen

multiPointWellKnownText coordinateSystemId

multiPointWellKnownText coordinateSystemId

Gilt für: