Freigeben über


SpatialEdmFunctions.GeographyMultiPolygonFromBinary Methode

Definition

Erstellt ein DbFunctionExpression, das die kanonische „GeographyMultiPolygonFromBinary“-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.Geography.

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

Parameter

multiPolygonWellKnownBinaryValue
DbExpression

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

coordinateSystemId
DbExpression

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

Gibt zurück

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

Ausnahmen

multiPolygonWellKnownBinaryValue coordinateSystemId

multiPolygonWellKnownBinaryValue coordinateSystemId

Gilt für: