次の方法で共有


SpatialEdmFunctions.GeographyPointFromText(DbExpression, DbExpression) メソッド

定義

指定された引数で正規の 'GeographyPointFromText' 関数を呼び出す DbFunctionExpression を作成します。

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

パラメーター

pointWellKnownText
DbExpression

地理のポイント値の既知のテキスト表現を提供する式。

coordinateSystemId
DbExpression

地理のポイント値の座標系 pointWellKnownTextValue の座標系 ID (SRID) を提供する式。

戻り値

標準 'GeographyPointFromText' 関数。

適用対象