Partager via


SpatialEdmFunctions.GeometryMultiPolygonFromText Méthode

Définition

Crée un DbFunctionExpression qui appelle la fonction « GeometryMultiPolygonFromText » 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.Geometry.

public:
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ GeometryMultiPolygonFromText(System::Data::Common::CommandTrees::DbExpression ^ multiPolygonWellKnownText, System::Data::Common::CommandTrees::DbExpression ^ coordinateSystemId);
public static System.Data.Common.CommandTrees.DbFunctionExpression GeometryMultiPolygonFromText (System.Data.Common.CommandTrees.DbExpression multiPolygonWellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId);
static member GeometryMultiPolygonFromText : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function GeometryMultiPolygonFromText (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é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

multiPolygonWellKnownText coordinateSystemId

multiPolygonWellKnownText coordinateSystemId

S’applique à