SpatialEdmFunctions.GeographyPointFromBinary Methode

Definition

Erstellt eine DbFunctionExpression , die die kanonische Funktion "GeographyPointFromBinary" mit den angegebenen Argumenten aufruft. pointWellKnownBinaryValue muss einen binären Ergebnistyp aufweisen, während coordinateSystemId ein ganzzahliger numerischer Ergebnistyp verwendet werden muss. Der Ergebnistyp des Ausdrucks ist "Edm.Geography".

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

Parameter

pointWellKnownBinaryValue
DbExpression

Ein Ausdruck, der die bekannte binäre Darstellung des Geografischen Punktwerts bereitstellt.

coordinateSystemId
DbExpression

Ein Ausdruck, der die Koordinatensystem-ID (SRID) des Koordinatenpunktwerts des Koordinatensystems systempointWellKnownBinaryValue bereitstellt.

Gibt zurück

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

Ausnahmen

pointWellKnownBinaryValue coordinateSystemId

pointWellKnownBinaryValue coordinateSystemId

Gilt für: