다음을 통해 공유


DbSpatialServices.GetElementCount 메서드

정의

지정된 값의 요소 수를 반환합니다.

오버로드

GetElementCount(DbGeometry)

지정된 DbGeometry 값이 기하 도형 컬렉션을 나타낼 경우 해당 값의 요소 수를 반환합니다.

GetElementCount(DbGeography)

지정된 DbGeography 값이 지리 컬렉션을 나타낼 경우 해당 값의 요소 수를 반환합니다.

GetElementCount(DbGeometry)

지정된 DbGeometry 값이 기하 도형 컬렉션을 나타낼 경우 해당 값의 요소 수를 반환합니다.

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

매개 변수

geometryValue
DbGeometry

기하 컬렉션을 나타낼 필요가 없는 기하 값입니다.

반환

다른 기하 값의 컬렉션을 나타낼 경우 geometryValue의 요소 수이고, 그렇지 않으면 null입니다.

예외

geometryValue

geometryValue

적용 대상

GetElementCount(DbGeography)

지정된 DbGeography 값이 지리 컬렉션을 나타낼 경우 해당 값의 요소 수를 반환합니다.

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

매개 변수

geographyValue
DbGeography

지리 컬렉션을 나타낼 필요가 없는 지리 값입니다.

반환

다른 지리 값의 컬렉션을 나타낼 경우 geographyValue의 요소 수이고, 그렇지 않으면 null입니다.

예외

geographyValue

geographyValue

적용 대상