DbSpatialServices.GetElementCount Metodo

Definizione

Restituisce il numero di elementi nel valore specificato.

Overload

GetElementCount(DbGeometry)

Restituisce il numero di elementi nel valore DbGeometry specificato, se rappresenta una raccolta geometrica.

GetElementCount(DbGeography)

Restituisce il numero di elementi nel valore DbGeography specificato, se rappresenta una raccolta geografica.

GetElementCount(DbGeometry)

Restituisce il numero di elementi nel valore DbGeometry specificato, se rappresenta una raccolta geometrica.

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)

Parametri

geometryValue
DbGeometry

Il valore di posizione geometrica, che non deve rappresentare una raccolta geometrica.

Restituisce

Numero di elementi in geometryValue se rappresenta una raccolta di altri valori di geometria; in caso contrario, null.

Eccezioni

geometryValue

geometryValue

Si applica a

GetElementCount(DbGeography)

Restituisce il numero di elementi nel valore DbGeography specificato, se rappresenta una raccolta geografica.

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)

Parametri

geographyValue
DbGeography

Il valore di posizione geografica, che non deve rappresentare una raccolta geografica.

Restituisce

Numero di elementi in geographyValue, se rappresenta una raccolta di altri valori di geografia; in caso contrario, null.

Eccezioni

geographyValue

geographyValue

Si applica a