Aracılığıyla paylaş


SpatialEdmFunctions.GeometryMultiLineFromText Yöntem

Tanım

DbFunctionExpressionKurallı ' GeometryMultiLineFromText ' işlevini belirtilen bağımsız değişkenlerle çağıran bir oluşturur. multiLineWellKnownText dize sonuç türüne sahip olmalıdır, ancak coordinateSystemId tamsayı sayısal sonuç türüne sahip olmalıdır. İfadenin sonuç türü Edm. Geometry ' dir.

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

Parametreler

multiLineWellKnownText
DbExpression

Geometri çok satırlı değerinin iyi bilinen metin temsilini sağlayan bir ifade.

coordinateSystemId
DbExpression

Geometri çok satırlı değerin koordinat sisteminin koordinat sistem kimliğini (SRID) sağlayan bir ifade.

Döndürülenler

DbFunctionExpression

Belirtilen değerlere göre yeni bir geometri çok satırlı değeri döndüren yeni bir DbFunctionExpression.

Özel durumlar

multiLineWellKnownText coordinateSystemId

multiLineWellKnownText coordinateSystemId

Şunlara uygulanır