DbSpatialServices.GetElementCount メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定された値内の要素数を返します。
オーバーロード
GetElementCount(DbGeometry) |
特定の DbGeometry 値が geometry コレクションを表す場合、その値に含まれる要素の数を返します。 |
GetElementCount(DbGeography) |
特定の DbGeography 値が geography コレクションを表す場合、その値に含まれる要素の数を返します。 |
GetElementCount(DbGeometry)
特定の DbGeometry 値が geometry コレクションを表す場合、その値に含まれる要素の数を返します。
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
geometry 値。ジオメトリ コレクションを表す必要はありません。
戻り値
geometryValue
が他の geometry 値のコレクションを表す場合は、そのコレクション内の要素の数。それ以外の場合は null
。
例外
geometryValue
geometryValue
適用対象
GetElementCount(DbGeography)
特定の DbGeography 値が geography コレクションを表す場合、その値に含まれる要素の数を返します。
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
geography 値。地理コレクションを表す必要はありません。
戻り値
geographyValue
が他の geography 値のコレクションを表す場合は、そのコレクション内の要素の数。それ以外の場合は null
。
例外
geographyValue
geographyValue
適用対象
.NET