共用方式為


SqlSpatialServices.GetElementCount 方法 (DbGeography)

[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]

傳回給定 DbGeography 值中的項目數量 (若此值代表地理集合)。

命名空間:  System.Data.Entity.SqlServer
組件:  EntityFramework.SqlServer (在 EntityFramework.SqlServer.dll 中)

語法

'宣告
Public Overrides Function GetElementCount ( _
    geographyValue As DbGeography _
) As Nullable(Of Integer)
'用途
Dim instance As SqlSpatialServices 
Dim geographyValue As DbGeography 
Dim returnValue As Nullable(Of Integer)

returnValue = instance.GetElementCount(geographyValue)
public override Nullable<int> GetElementCount(
    DbGeography geographyValue
)
public:
virtual Nullable<int> GetElementCount(
    DbGeography^ geographyValue
) override
abstract GetElementCount : 
        geographyValue:DbGeography -> Nullable<int> 
override GetElementCount : 
        geographyValue:DbGeography -> Nullable<int> 
public override function GetElementCount(
    geographyValue : DbGeography
) : Nullable<int>

參數

傳回值

類型:System.Nullable<Int32>
若 geographyValue 表示其他地理位置值的集合,即為其中的項目數,否則為 null。

請參閱

參考

SqlSpatialServices 類別

GetElementCount 多載

System.Data.Entity.SqlServer 命名空間