Freigeben über


SpatialEdmFunctions.GeometryMultiPolygonFromBinary Methode

Definition

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

Parameter

multiPolygonWellKnownBinaryValue
DbExpression

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

coordinateSystemId
DbExpression

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

Gibt zurück

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

Ausnahmen

multiPolygonWellKnownBinaryValue coordinateSystemId

multiPolygonWellKnownBinaryValue coordinateSystemId

Gilt für: