SpatialEdmFunctions.GeographyPointFromText(DbExpression, DbExpression) 메서드

정의

DbFunctionExpression 지정된 인수를 사용하여 정식 'GeographyPointFromText' 함수를 호출하는 함수를 만듭니다.

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의 SRID(좌표계 ID)를 제공하는 식입니다.

반품

정식 'GeographyPointFromText' 함수입니다.

적용 대상