SpatialEdmFunctions.GeometryCollectionFromBinary 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 élément qui appelle la fonction « GeometryCollectionFromBinary » canonique avec les arguments spécifiés.
geometryCollectionWellKnownBinaryValue 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 ^ 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
Paramètres
- geometryCollectionWellKnownBinaryValue
- DbExpression
Expression qui fournit la représentation binaire connue de la valeur de la collection geometry.
- coordinateSystemId
- DbExpression
Expression qui fournit l’ID de système de coordonnées (SRID) du système de coordonnées de la collection geometry.
Retours
Nouvelle DbFunctionExpression qui retourne une nouvelle valeur de collection geometry basée sur les valeurs spécifiées.
Exceptions
geometryCollectionWellKnownBinaryValue
coordinateSystemId
geometryCollectionWellKnownBinaryValue
coordinateSystemId