다음을 통해 공유


DbSpatialServices.GetPointCount 메서드

정의

지정된 값의 점 개수를 반환합니다.

오버로드

GetPointCount(DbGeography)

선 문자열 또는 선형 링을 나타내는 경우 지정된 DbGeography 값의 점 개수를 반환합니다.

GetPointCount(DbGeometry)

선 문자열 또는 선형 링을 나타내는 경우 지정된 DbGeometry 값의 점 개수를 반환합니다.

GetPointCount(DbGeography)

선 문자열 또는 선형 링을 나타내는 경우 지정된 DbGeography 값의 점 개수를 반환합니다.

public:
 abstract Nullable<int> GetPointCount(System::Data::Spatial::DbGeography ^ geographyValue);
public abstract int? GetPointCount (System.Data.Spatial.DbGeography geographyValue);
abstract member GetPointCount : System.Data.Spatial.DbGeography -> Nullable<int>
Public MustOverride Function GetPointCount (geographyValue As DbGeography) As Nullable(Of Integer)

매개 변수

geographyValue
DbGeography

선 문자열 또는 선형 링을 나타낼 필요가 없는 지리 값입니다.

반환

지정된 DbGeography 값의 점 개수입니다.

예외

geographyValue

geographyValue

적용 대상

GetPointCount(DbGeometry)

선 문자열 또는 선형 링을 나타내는 경우 지정된 DbGeometry 값의 점 개수를 반환합니다.

public:
 abstract Nullable<int> GetPointCount(System::Data::Spatial::DbGeometry ^ geometryValue);
public abstract int? GetPointCount (System.Data.Spatial.DbGeometry geometryValue);
abstract member GetPointCount : System.Data.Spatial.DbGeometry -> Nullable<int>
Public MustOverride Function GetPointCount (geometryValue As DbGeometry) As Nullable(Of Integer)

매개 변수

geometryValue
DbGeometry

선 문자열 또는 선형 링을 나타낼 필요가 없는 기하 도형 값입니다.

반환

지정된 DbGeometry 값의 점 개수입니다.

예외

geometryValue

geometryValue

적용 대상