Udostępnij za pośrednictwem


DbGeography.ElementAt(Int32) Metoda

Definicja

Zwraca element tej wartości dbGeography z określonej pozycji, jeśli reprezentuje kolekcję geografii.

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

Parametry

index
Int32

Pozycja w tej wartości geograficznej, z której ma zostać wykonany element.

Zwraca

Element w tej wartości geograficznej w określonej pozycji, jeśli reprezentuje kolekcję innych wartości geograficznych; w przeciwnym razie null.

Dotyczy