다음을 통해 공유


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 값 내의 위치입니다.

반환

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

적용 대상