Freigeben über


SpatialEdmFunctions.GeographyPolygonFromText Methode

Definition

Erstellt ein DbFunctionExpression, das die kanonische „GeographyPolygonFromText“-Funktion mit den angegebenen Argumenten aufruft. polygonWellKnownText muss einen Zeichenfolgenergebnistyp haben, während coordinateSystemId einen ganzzahligen, numerischen Ergebnistyp haben muss. Der Ergebnistyp des Ausdrucks ist Edm.Geography.

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

Parameter

polygonWellKnownText
DbExpression

Ein Ausdruck, der die bekannte Textdarstellung des Geografiepolygonwerts bereitstellt.

coordinateSystemId
DbExpression

Ein Ausdruck, der die Koordinatensystem-ID (SRID) des Koordinatensystems des Geografiepolygonwerts bereitstellt.

Gibt zurück

Ein neues DbFunctionExpression, das den neuen Geografiepolygonwert anhand der angegebenen Werte zurückgibt.

Ausnahmen

polygonWellKnownText coordinateSystemId

polygonWellKnownText coordinateSystemId

Gilt für: