Freigeben über


SpatialEdmFunctions.GeographyMultiLineFromText Methode

Definition

Erstellt ein DbFunctionExpression, das die kanonische „GeographyMultiLineFromText“-Funktion mit den angegebenen Argumenten aufruft. multiLineWellKnownText 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 ^ GeographyMultiLineFromText(System::Data::Common::CommandTrees::DbExpression ^ multiLineWellKnownText, System::Data::Common::CommandTrees::DbExpression ^ coordinateSystemId);
public static System.Data.Common.CommandTrees.DbFunctionExpression GeographyMultiLineFromText (System.Data.Common.CommandTrees.DbExpression multiLineWellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId);
static member GeographyMultiLineFromText : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function GeographyMultiLineFromText (multiLineWellKnownText As DbExpression, coordinateSystemId As DbExpression) As DbFunctionExpression

Parameter

multiLineWellKnownText
DbExpression

Ein Ausdruck, der die bekannte Textdarstellung des Geografie-MultiLine-Werts bereitstellt.

coordinateSystemId
DbExpression

Ein Ausdruck, der die Koordinatensystem-ID (SRID) des Koordinatensystems des Geografie-MultiLine-Werts bereitstellt.

Gibt zurück

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

Ausnahmen

multiLineWellKnownText coordinateSystemId

multiLineWellKnownText coordinateSystemId

Gilt für: