Partager via


SpatialEdmFunctions.GeographyLineFromBinary Méthode

Définition

Crée un DbFunctionExpression qui appelle la fonction « GeographyLineFromBinary » canonique avec les arguments spécifiés. lineWellKnownBinaryValue 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.Geography.

public:
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ GeographyLineFromBinary(System::Data::Common::CommandTrees::DbExpression ^ lineWellKnownBinaryValue, System::Data::Common::CommandTrees::DbExpression ^ coordinateSystemId);
public static System.Data.Common.CommandTrees.DbFunctionExpression GeographyLineFromBinary (System.Data.Common.CommandTrees.DbExpression lineWellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId);
static member GeographyLineFromBinary : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function GeographyLineFromBinary (lineWellKnownBinaryValue As DbExpression, coordinateSystemId As DbExpression) As DbFunctionExpression

Paramètres

lineWellKnownBinaryValue
DbExpression

Expression qui fournit la représentation binaire connue de la valeur de ligne géographique.

coordinateSystemId
DbExpression

Expression qui fournit l'identificateur de système de coordonnées (SRID) du système de coordonnées de valeur de ligne géographique.

Retours

Nouvelle DbFunctionExpression qui retourne une nouvelle valeur de ligne géographique en fonction des valeurs spécifiées.

Exceptions

lineWellKnownBinaryValue coordinateSystemId

lineWellKnownBinaryValue coordinateSystemId

S’applique à