Freigeben über


SpatialEdmFunctions.GeometryPointFromBinary Methode

Definition

Erstellt ein DbFunctionExpression, das die kanonische „GeometryPointFromBinary“-Funktion mit den angegebenen Argumenten aufruft. pointWellKnownBinaryValue muss einen binären Ergebnistyp haben, während coordinateSystemId einen ganzzahligen, numerischen Ergebnistyp haben muss. Der Ergebnistyp des Ausdrucks ist Edm.Geometry.

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

Parameter

pointWellKnownBinaryValue
DbExpression

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

coordinateSystemId
DbExpression

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

Gibt zurück

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

Ausnahmen

pointWellKnownBinaryValue coordinateSystemId

pointWellKnownBinaryValue coordinateSystemId

Gilt für: