Sdílet prostřednictvím


SpatialEdmFunctions.GeometryMultiPointFromBinary Metoda

Definice

Vytvoří DbFunctionExpression , který vyvolá funkci kanonického ' GeometryMultiPointFromBinary ' se zadanými argumenty. multiPointWellKnownBinaryValue musí mít binární typ výsledku, ale coordinateSystemId musí mít celočíselný typ výsledku. Výsledný typ výrazu je 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

Parametry

multiPointWellKnownBinaryValue
DbExpression

Výraz, který poskytuje dobře známé binární vyjádření hodnoty geometrie s více čárkami.

coordinateSystemId
DbExpression

Výraz, který poskytuje ID systému souřadnic (SRID) pro souřadnicový systém hodnoty s více čárkami.

Návraty

DbFunctionExpression

Nový DbFunctionExpression, který vrací novou hodnotu geometrie s více čárkami na základě zadaných hodnot.

Výjimky

multiPointWellKnownBinaryValue coordinateSystemId

multiPointWellKnownBinaryValue coordinateSystemId

Platí pro