共用方式為


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

適用於