SpatialEdmFunctions.GeographyMultiPointFromBinary Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Hiermee maakt u een DbFunctionExpression functie die de canonieke functie GeographyMultiPointFromBinary aanroept met de opgegeven argumenten.
multiPointWellKnownBinaryValue 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 ^ GeographyMultiPointFromBinary(System::Data::Common::CommandTrees::DbExpression ^ multiPointWellKnownBinaryValue, System::Data::Common::CommandTrees::DbExpression ^ coordinateSystemId);
public static System.Data.Common.CommandTrees.DbFunctionExpression GeographyMultiPointFromBinary(System.Data.Common.CommandTrees.DbExpression multiPointWellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId);
static member GeographyMultiPointFromBinary : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function GeographyMultiPointFromBinary (multiPointWellKnownBinaryValue As DbExpression, coordinateSystemId As DbExpression) As DbFunctionExpression
Parameters
- multiPointWellKnownBinaryValue
- DbExpression
Een expressie die de bekende binaire weergave van de geografische multipuntwaarde biedt.
- coordinateSystemId
- DbExpression
Een expressie die de coördinaatsysteem-id (SRID) van het coördinaatsysteem voor meerdere punten van de geografie levert.
Retouren
Een nieuwe DbFunctionExpression die een nieuwe geografiewaarde met meerdere punten retourneert op basis van de opgegeven waarden.
Uitzonderingen
multiPointWellKnownBinaryValue
coordinateSystemId
multiPointWellKnownBinaryValue
coordinateSystemId