SpatialEdmFunctions.GeometryMultiPointFromBinary Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Cria um DbFunctionExpression que invoca a função canónica 'GeometryMultiPointFromBinary' com os argumentos especificados.
multiPointWellKnownBinaryValue deve ter um tipo de resultado binário, enquanto coordinateSystemId deve ter um tipo de resultado numérico inteiro. O tipo de resultado da expressão é Edm.Geometry.
public:
static System::Data::Common::CommandTrees::DbFunctionExpression ^ GeometryMultiPointFromBinary(System::Data::Common::CommandTrees::DbExpression ^ multiPointWellKnownBinaryValue, System::Data::Common::CommandTrees::DbExpression ^ coordinateSystemId);
public static System.Data.Common.CommandTrees.DbFunctionExpression GeometryMultiPointFromBinary(System.Data.Common.CommandTrees.DbExpression multiPointWellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId);
static member GeometryMultiPointFromBinary : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function GeometryMultiPointFromBinary (multiPointWellKnownBinaryValue As DbExpression, coordinateSystemId As DbExpression) As DbFunctionExpression
Parâmetros
- multiPointWellKnownBinaryValue
- DbExpression
Uma expressão que fornece a conhecida representação binária do valor multiponto geométrico.
- coordinateSystemId
- DbExpression
Uma expressão que fornece o id do sistema de coordenadas (SRID) do sistema de coordenadas do valor multiponto da geometria.
Devoluções
Uma nova DbFunctionExpression que devolve um novo valor multiponto geométrico baseado nos valores especificados.
Exceções
multiPointWellKnownBinaryValue
coordinateSystemId
multiPointWellKnownBinaryValue
coordinateSystemId