SpatialEdmFunctions.GeometryCollectionFromBinary Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Skapar en DbFunctionExpression som anropar den kanoniska funktionen GeometryCollectionFromBinary med de angivna argumenten.
geometryCollectionWellKnownBinaryValue måste ha en binär resultattyp, medan coordinateSystemId måste ha en numerisk resultattyp för heltal. Resultattypen för uttrycket är Edm.Geometry.
public:
static System::Data::Common::CommandTrees::DbFunctionExpression ^ GeometryCollectionFromBinary(System::Data::Common::CommandTrees::DbExpression ^ geometryCollectionWellKnownBinaryValue, System::Data::Common::CommandTrees::DbExpression ^ coordinateSystemId);
public static System.Data.Common.CommandTrees.DbFunctionExpression GeometryCollectionFromBinary(System.Data.Common.CommandTrees.DbExpression geometryCollectionWellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId);
static member GeometryCollectionFromBinary : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function GeometryCollectionFromBinary (geometryCollectionWellKnownBinaryValue As DbExpression, coordinateSystemId As DbExpression) As DbFunctionExpression
Parametrar
- geometryCollectionWellKnownBinaryValue
- DbExpression
Ett uttryck som ger den välkända binära representationen av geometrisamlingsvärdet.
- coordinateSystemId
- DbExpression
Ett uttryck som tillhandahåller koordinatsystem-ID (SRID) för geometrisamlingsvärdets koordinatsystem.
Returer
En ny DbFunctionExpression som returnerar ett nytt geometrisamlingsvärde baserat på de angivna värdena.
Undantag
geometryCollectionWellKnownBinaryValue
coordinateSystemId
geometryCollectionWellKnownBinaryValue
coordinateSystemId