다음을 통해 공유


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입니다.

적용 대상