Aracılığıyla paylaş


SpatialEdmFunctions.GeographyCollectionFromText Yöntem

Tanım

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

Parametreler

geographyCollectionWellKnownText
DbExpression

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

coordinateSystemId
DbExpression

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

Döndürülenler

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

Özel durumlar

geographyCollectionWellKnownText coordinateSystemId

geographyCollectionWellKnownText coordinateSystemId

Şunlara uygulanır