SpatialEdmFunctions.GeometryMultiPointFromBinary Méthode

Définition

Crée un DbFunctionExpression qui appelle la fonction « GeometryMultiPointFromBinary » canonique avec les arguments spécifiés. multiPointWellKnownBinaryValue doit avoir un type de résultat binaire, tandis qu’il coordinateSystemId doit avoir un type de résultat numérique entier. Le type de résultat de l’expression est 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

Paramètres

multiPointWellKnownBinaryValue
DbExpression

Expression qui fournit la représentation binaire connue de la valeur multipoint géométrique.

coordinateSystemId
DbExpression

Expression qui fournit l’ID de système de coordonnées (SRID) du système de coordonnées de la valeur multipoint géométrique.

Retours

Nouvelle DbFunctionExpression qui retourne une nouvelle valeur à plusieurs points géométriques en fonction des valeurs spécifiées.

Exceptions

multiPointWellKnownBinaryValue coordinateSystemId

multiPointWellKnownBinaryValue coordinateSystemId

S’applique à