SqlSpatialServices.PointAt 方法 (DbGeography, Int32)
[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]
傳回指定的 DbGeography 值的點項目 (如果它代表 linestring 或線型圓圈)。
命名空間: System.Data.Entity.SqlServer
組件: EntityFramework.SqlServer (在 EntityFramework.SqlServer.dll 中)
語法
'宣告
Public Overrides Function PointAt ( _
geographyValue As DbGeography, _
index As Integer _
) As DbGeography
'用途
Dim instance As SqlSpatialServices
Dim geographyValue As DbGeography
Dim index As Integer
Dim returnValue As DbGeography
returnValue = instance.PointAt(geographyValue, _
index)
public override DbGeography PointAt(
DbGeography geographyValue,
int index
)
public:
virtual DbGeography^ PointAt(
DbGeography^ geographyValue,
int index
) override
abstract PointAt :
geographyValue:DbGeography *
index:int -> DbGeography
override PointAt :
geographyValue:DbGeography *
index:int -> DbGeography
public override function PointAt(
geographyValue : DbGeography,
index : int
) : DbGeography
參數
- geographyValue
類型:System.Data.Entity.Spatial.DbGeography
地理位置值,不需要代表 linestring 或線型圓圈。
- index
類型:System.Int32
此地理位置值中的位置,應該在此取得項目。
傳回值
類型:System.Data.Entity.Spatial.DbGeography
geographyValue 中位於 index 位置的點 (若其代表 linestring 或線型圓圈),否則為 null。