DbSpatialServices.ElementAt 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回给定值的元素。
重载
ElementAt(DbGeography, Int32) |
如果其表示地理集合,则返回给定 DbGeography 值的元素。 |
ElementAt(DbGeometry, Int32) |
如果其表示几何图形集合,则返回给定 DbGeometry 值的元素。 |
ElementAt(DbGeography, Int32)
如果其表示地理集合,则返回给定 DbGeography 值的元素。
public:
abstract System::Data::Spatial::DbGeography ^ ElementAt(System::Data::Spatial::DbGeography ^ geographyValue, int index);
public abstract System.Data.Spatial.DbGeography ElementAt (System.Data.Spatial.DbGeography geographyValue, int index);
abstract member ElementAt : System.Data.Spatial.DbGeography * int -> System.Data.Spatial.DbGeography
Public MustOverride Function ElementAt (geographyValue As DbGeography, index As Integer) As DbGeography
参数
- geographyValue
- DbGeography
不需要表示地理集合的地理值。
- index
- Int32
在地理值中元素应被采用的的位置。
返回
如果它表示其他地理值的集合,则是在 geographyValue
位置的 index
中的元素;否则为 null
。
例外
geographyValue
geographyValue
适用于
ElementAt(DbGeometry, Int32)
如果其表示几何图形集合,则返回给定 DbGeometry 值的元素。
public:
abstract System::Data::Spatial::DbGeometry ^ ElementAt(System::Data::Spatial::DbGeometry ^ geometryValue, int index);
public abstract System.Data.Spatial.DbGeometry ElementAt (System.Data.Spatial.DbGeometry geometryValue, int index);
abstract member ElementAt : System.Data.Spatial.DbGeometry * int -> System.Data.Spatial.DbGeometry
Public MustOverride Function ElementAt (geometryValue As DbGeometry, index As Integer) As DbGeometry
参数
- geometryValue
- DbGeometry
不需要表示几何图形集合的几何图形值。
- index
- Int32
在几何值中元素应被采用的位置。
返回
如果它表示其他几何值的集合,则是在 geometryValue
位置的 index
中的元素;否则为 null
。
例外
geometryValue
geometryValue