次の方法で共有


DbGeography.ElementCount プロパティ

定義

この DbGeography 値が地理コレクションを表す場合、その要素の数を取得します。

public:
 property Nullable<int> ElementCount { Nullable<int> get(); };
public int? ElementCount { get; }
member this.ElementCount : Nullable<int>
Public ReadOnly Property ElementCount As Nullable(Of Integer)

プロパティ値

他の geography 値のコレクションを表す場合は、この geography 値内の要素の数。それ以外の場合 nullは 。

適用対象