SpatialEdmFunctions.InteriorRingAt(DbExpression, DbExpression) Yöntem

Tanım

Belirtilen bağımsız değişkenlerle kurallı 'InteriorRingAt' işlevini çağıran bir DbFunctionExpression oluşturur. İlk bağımsız değişkenin Edm.Geometry sonuç türü olmalıdır. İkinci bağımsız değişkenin tamsayı sayısal sonuç türleri olmalıdır. İfadenin sonuç türü Edm.Geometry'dir.

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

Parametreler

geometryValue
DbExpression

Geometri değeri.

indexValue
DbExpression

Çokgen içinden alınacak iç halkanın konumunu belirten bir ifade.

Döndürülenler

İç halkayı konumunda indexValuegeometryValue döndüren veya null çokgen değilse geometryValue yeni bir DbFunctionExpression.

Özel durumlar

geometryValue indexValue

Şunlara uygulanır