SpatialEdmFunctions.GeographyMultiPolygonFromBinary Methode

Definitie

Hiermee maakt u een DbFunctionExpression functie die de canonieke functie GeographyMultiPolygonFromBinary aanroept met de opgegeven argumenten. multiPolygonWellKnownBinaryValue moet een binair resultaattype hebben, maar coordinateSystemId moet een numeriek resultaattype geheel getal hebben. Het resultaattype van de expressie is 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

Parameters

multiPolygonWellKnownBinaryValue
DbExpression

Een expressie die de bekende binaire weergave van de geografiewaarde met meerdere veelhoeken biedt.

coordinateSystemId
DbExpression

Een expressie die de coördinaatsysteem-id (SRID) van het coördinaatsysteem voor meerdere veelhoeken van de geografie levert.

Retouren

Een nieuwe DbFunctionExpression die een nieuwe geografiewaarde met meerdere veelhoeken retourneert op basis van de opgegeven waarden.

Uitzonderingen

multiPolygonWellKnownBinaryValue coordinateSystemId

multiPolygonWellKnownBinaryValue coordinateSystemId

Van toepassing op