SpatialEdmFunctions.GeographyMultiPointFromText Methode

Definition

Erstellt eine DbFunctionExpression , die die kanonische Funktion "GeographyMultiPointFromText" 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.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 geografischen Mehrwerts bereitstellt.

coordinateSystemId
DbExpression

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

Gibt zurück

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

Ausnahmen

multiPointWellKnownText coordinateSystemId

multiPointWellKnownText coordinateSystemId

Gilt für: