SpatialEdmFunctions.InteriorRingAt(DbExpression, DbExpression) 메서드

정의

지정된 인수를 사용하여 정식 'InteriorRingAt' 함수를 호출하는 DbFunctionExpression을 만듭니다. 첫 번째 인수에는 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

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

반환

indexValue의 위치 geometryValue에 있는 내부 링 또는 geometryValue가 다각형이 아닌 경우 null를 반환하는 새 DbFunctionExpression입니다.

예외

geometryValue indexValue

적용 대상