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

一个表达式,指定要从多边形中检索的内部环的位置。

返回

一个新的 DbFunctionExpression,它返回位于位置或 indexValuegeometryValuenull 不是 geometryValue 多边形的内部环。

例外

geometryValue indexValue

适用于