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>
參數
- geographyValue
類型:System.Data.Entity.Spatial.DbGeography
地理位置值,不需要代表地理位置集合。
傳回值
類型:System.Nullable<Int32>
若 geographyValue 表示其他地理位置值的集合,即為其中的項目數,否則為 null。