次の方法で共有


DbGeography.ElementAt(Int32) メソッド

定義

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

public:
 System::Data::Spatial::DbGeography ^ ElementAt(int index);
public System.Data.Spatial.DbGeography ElementAt (int index);
member this.ElementAt : int -> System.Data.Spatial.DbGeography
Public Function ElementAt (index As Integer) As DbGeography

パラメーター

index
Int32

要素の取得元となるこの geography 値内の位置。

戻り値

他の geography 値のコレクションを表す場合は、指定した位置のこの geography 値の要素。それ以外の場合 nullは 。

適用対象