DbGeography.ElementAt(Int32) 메서드

정의

지리 컬렉션을 나타내는 경우 지정된 위치에서 이 DbGeography 값의 요소를 반환합니다.

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 값에서 요소를 가져와야 하는 위치입니다.

반환

DbGeography

다른 지리 값의 컬렉션을 나타내는 경우 지정 된 위치에 있는이 지리 값의 요소입니다. 그렇지 않으면 null 입니다.

적용 대상