共用方式為


DbGeography.ElementAt(Int32) 方法

定義

從指定位置傳回此 DbGeography 值的項目,若此項目代表地理集合。 <param name=「index」 > 應該從中取用元素的這個地理位置值內的位置。 </param >< 會傳回 > 這個地理位置值中位於指定位置的專案,如果它代表其他地理值的集合,則為 null;否則為 null。 </返回>

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

參數

index
Int32

索引。

傳回

在此 DbGeography 值之特定位置中的項目

適用於