Aracılığıyla paylaş


SpatialEdmFunctions.GeographyMultiLineFromText Yöntem

Tanım

Belirtilen bağımsız değişkenlerle kurallı 'GeographyMultiLineFromText' işlevini çağıran bir DbFunctionExpression oluşturur. multiLineWellKnownText dize sonuç türüne coordinateSystemId , tamsayı sayısal sonuç türüne sahip olmalıdır. İfadenin sonuç türü Edm.Geography'dir.

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

Parametreler

multiLineWellKnownText
DbExpression

Coğrafya çok satırlı değerinin iyi bilinen metin gösterimini sağlayan ifade.

coordinateSystemId
DbExpression

Coğrafya çok satırlı değerin koordinat sisteminin koordinat sistemi kimliğini (SRID) sağlayan ifade.

Döndürülenler

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

Özel durumlar

multiLineWellKnownText coordinateSystemId

multiLineWellKnownText coordinateSystemId

Şunlara uygulanır