Freigeben über


SpatialEdmFunctions.GeometryMultiPointFromBinary Methode

Definition

Erstellt ein DbFunctionExpression, das die kanonische „GeometryMultiPointFromBinary“-Funktion mit den angegebenen Argumenten aufruft. multiPointWellKnownBinaryValue 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 ^ GeometryMultiPointFromBinary(System::Data::Common::CommandTrees::DbExpression ^ multiPointWellKnownBinaryValue, System::Data::Common::CommandTrees::DbExpression ^ coordinateSystemId);
public static System.Data.Common.CommandTrees.DbFunctionExpression GeometryMultiPointFromBinary (System.Data.Common.CommandTrees.DbExpression multiPointWellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId);
static member GeometryMultiPointFromBinary : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function GeometryMultiPointFromBinary (multiPointWellKnownBinaryValue As DbExpression, coordinateSystemId As DbExpression) As DbFunctionExpression

Parameter

multiPointWellKnownBinaryValue
DbExpression

Ein Ausdruck, der die bekannte binäre Darstellung des Geometrie-MultiPoint-Werts bereitstellt.

coordinateSystemId
DbExpression

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

Gibt zurück

DbFunctionExpression

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

Ausnahmen

multiPointWellKnownBinaryValue coordinateSystemId

multiPointWellKnownBinaryValue coordinateSystemId

Gilt für