SpatialEdmFunctions.GeometryMultiPolygonFromBinary Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée un DbFunctionExpression qui appelle la fonction « GeometryMultiPolygonFromBinary » canonique avec les arguments spécifiés. multiPolygonWellKnownBinaryValue
doit avoir un type de résultat binaire, tandis que 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 ^ GeometryMultiPolygonFromBinary(System::Data::Common::CommandTrees::DbExpression ^ multiPolygonWellKnownBinaryValue, System::Data::Common::CommandTrees::DbExpression ^ coordinateSystemId);
public static System.Data.Common.CommandTrees.DbFunctionExpression GeometryMultiPolygonFromBinary (System.Data.Common.CommandTrees.DbExpression multiPolygonWellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId);
static member GeometryMultiPolygonFromBinary : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function GeometryMultiPolygonFromBinary (multiPolygonWellKnownBinaryValue As DbExpression, coordinateSystemId As DbExpression) As DbFunctionExpression
Paramètres
- multiPolygonWellKnownBinaryValue
- DbExpression
Expression qui fournit la représentation binaire connue de la valeur multipolygonale géométrique.
- coordinateSystemId
- DbExpression
Expression qui fournit l'identificateur de système de coordonnées (SRID) du système de coordonnées de valeur multipolygonale géométrique.
Retours
Nouvelle DbFunctionExpression qui retourne une nouvelle valeur multipolygonale géométrique en fonction des valeurs spécifiées.
Exceptions
multiPolygonWellKnownBinaryValue
coordinateSystemId
multiPolygonWellKnownBinaryValue
coordinateSystemId