Aracılığıyla paylaş


SpatialEdmFunctions.GeographyPointFromText(DbExpression, DbExpression) Yöntem

Tanım

Belirtilen bağımsız değişkenlerle kurallı 'GeographyPointFromText' işlevini çağıran bir DbFunctionExpression oluşturur.

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

Parametreler

pointWellKnownText
DbExpression

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

coordinateSystemId
DbExpression

Coğrafya noktası değerinin koordinat systempointWellKnownTextValue koordinat sistem kimliğini (SRID) sağlayan ifade.

Döndürülenler

Kurallı 'GeographyPointFromText' işlevi.

Şunlara uygulanır