SpatialEdmFunctions.GeographyMultiPolygonFromText 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 « GeographyMultiPolygonFromText » canonique avec les arguments spécifiés. multiPolygonWellKnownText
doit avoir un type de résultat chaîne, 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 ^ GeographyMultiPolygonFromText(System::Data::Common::CommandTrees::DbExpression ^ multiPolygonWellKnownText, System::Data::Common::CommandTrees::DbExpression ^ coordinateSystemId);
public static System.Data.Common.CommandTrees.DbFunctionExpression GeographyMultiPolygonFromText (System.Data.Common.CommandTrees.DbExpression multiPolygonWellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId);
static member GeographyMultiPolygonFromText : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function GeographyMultiPolygonFromText (multiPolygonWellKnownText As DbExpression, coordinateSystemId As DbExpression) As DbFunctionExpression
Paramètres
- multiPolygonWellKnownText
- DbExpression
Expression qui fournit la représentation textuelle connue de la valeur multipolygonale géographique.
- coordinateSystemId
- DbExpression
Expression qui fournit l'identificateur de système de coordonnées (SRID) du système de coordonnées de valeur multipolygonale géographique.
Retours
Nouvelle DbFunctionExpression qui retourne une nouvelle valeur multipolygonale géographique en fonction des valeurs spécifiées.
Exceptions
multiPolygonWellKnownText
coordinateSystemId
multiPolygonWellKnownText
coordinateSystemId