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

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

coordinateSystemId
DbExpression

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

返品

正規の 'GeographyPointFromText' 関数。

適用対象