Aracılığıyla paylaş


SpatialEdmFunctions.GeometryCollectionFromText Yöntem

Tanım

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

Parametreler

geometryCollectionWellKnownText
DbExpression

Geometri koleksiyonu değerinin iyi bilinen metin gösterimini sağlayan ifade.

coordinateSystemId
DbExpression

Geometri koleksiyonu değerinin koordinat sisteminin koordinat sistemi kimliğini (SRID) sağlayan ifade.

Döndürülenler

Belirtilen değerlere göre yeni bir geometri koleksiyonu değeri döndüren yeni bir DbFunctionExpression.

Özel durumlar

geometryCollectionWellKnownText coordinateSystemId

geometryCollectionWellKnownText coordinateSystemId

Şunlara uygulanır