SpatialEdmFunctions.PointAt(DbExpression, DbExpression) 메서드

정의

지정된 인수를 DbFunctionExpression 사용하여 정식 'PointAt' 함수를 호출하는 함수를 만듭니다. 첫 번째 인수에는 Edm.Geography 또는 Edm.Geometry 결과 형식이 있어야 합니다. 두 번째 인수에는 정수 숫자 결과 형식이 있어야 합니다. 식의 결과 형식은 .의 spatialValue결과 형식과 같습니다.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ PointAt(System::Data::Common::CommandTrees::DbExpression ^ spatialValue, System::Data::Common::CommandTrees::DbExpression ^ indexValue);
public static System.Data.Common.CommandTrees.DbFunctionExpression PointAt(this System.Data.Common.CommandTrees.DbExpression spatialValue, System.Data.Common.CommandTrees.DbExpression indexValue);
static member PointAt : System.Data.Common.CommandTrees.DbExpression * System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function PointAt (spatialValue As DbExpression, indexValue As DbExpression) As DbFunctionExpression

매개 변수

spatialValue
DbExpression

공간 줄 문자열 값을 지정하는 식입니다.

indexValue
DbExpression

줄 문자열 내에서 검색할 점의 위치를 지정하는 식입니다.

반품

위치 indexValuespatialValue 의 지점을 반환하거나 null 줄 문자열이 아닌 경우 spatialValue 를 반환하는 새 DbFunctionExpression입니다.

예외

spatialValue indexValue

적용 대상