SpatialEdmFunctions.InteriorRingAt(DbExpression, DbExpression) 메서드

정의

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

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

매개 변수

geometryValue
DbExpression

기하 도형 값입니다.

indexValue
DbExpression

다각형 내에서 검색할 내부 링의 위치를 지정하는 식입니다.

반품

위치 indexValuegeometryValue 의 내부 링을 반환하거나 null 다각형이 아닌 경우 geometryValue 반환하는 새 DbFunctionExpression입니다.

예외

geometryValue indexValue

적용 대상