다음을 통해 공유


DbSpatialDataReader.GetGeography(Int32) 메서드

정의

파생 형식에서 구현되는 경우 지정한 열 서수에 있는 열에서 DbGeography의 인스턴스를 읽습니다.

public:
 abstract System::Data::Spatial::DbGeography ^ GetGeography(int ordinal);
public abstract System.Data.Spatial.DbGeography GetGeography (int ordinal);
abstract member GetGeography : int -> System.Data.Spatial.DbGeography
Public MustOverride Function GetGeography (ordinal As Integer) As DbGeography

매개 변수

ordinal
Int32

geography 값을 포함하는 열의 서수입니다.

반환

지정된 열 값에 있는 DbGeography의 instance.

적용 대상