次の方法で共有


DbSpatialServices.ElementAt メソッド

定義

指定された値の要素を返します。

オーバーロード

ElementAt(DbGeography, Int32)

特定の DbGeography 値が geography コレクションを表す場合、その値の要素を返します。

ElementAt(DbGeometry, Int32)

特定の DbGeometry 値が geography コレクションを表す場合、その値の要素を返します。

ElementAt(DbGeography, Int32)

特定の DbGeography 値が geography コレクションを表す場合、その値の要素を返します。

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

geography 値。地理コレクションを表す必要はありません。

index
Int32

要素を取得する、geography 値内の位置。

戻り値

geographyValueが他の geography 値のコレクションを表す場合は、そのコレクション内の位置 index にある要素。それ以外の場合は null

例外

geographyValue

geographyValue

適用対象

ElementAt(DbGeometry, Int32)

特定の DbGeometry 値が geography コレクションを表す場合、その値の要素を返します。

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

geometry 値。ジオメトリ コレクションを表す必要はありません。

index
Int32

要素を取得する、geometry 値内の位置。

戻り値

geometryValueが他の geometry 値のコレクションを表す場合は、そのコレクション内の位置 index にある要素。それ以外の場合は null

例外

geometryValue

geometryValue

適用対象