Aracılığıyla paylaş


SpatialEdmFunctions.GeographyMultiPointFromText Yöntem

Tanım

Belirtilen bağımsız değişkenlerle kurallı 'GeographyMultiPointFromText' işlevini çağıran bir DbFunctionExpression oluşturur. multiPointWellKnownText 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 ^ GeographyMultiPointFromText(System::Data::Common::CommandTrees::DbExpression ^ multiPointWellKnownText, System::Data::Common::CommandTrees::DbExpression ^ coordinateSystemId);
public static System.Data.Common.CommandTrees.DbFunctionExpression GeographyMultiPointFromText (System.Data.Common.CommandTrees.DbExpression multiPointWellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId);
static member GeographyMultiPointFromText : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
Public Function GeographyMultiPointFromText (multiPointWellKnownText As DbExpression, coordinateSystemId As DbExpression) As DbFunctionExpression

Parametreler

multiPointWellKnownText
DbExpression

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

coordinateSystemId
DbExpression

Coğrafya çok noktalı 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 noktalı değer döndüren yeni bir DbFunctionExpression.

Özel durumlar

multiPointWellKnownText coordinateSystemId

multiPointWellKnownText coordinateSystemId

Şunlara uygulanır