次の方法で共有


DbSpatialServices.GetEndPoint メソッド (DbGeography)

[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]

指定した DbGeography 値の終点を表す DbGeography 値を返します。この値が曲線を表していない場合は null になります。

名前空間:  System.Data.Entity.Spatial
アセンブリ:  EntityFramework (EntityFramework.dll 内)

構文

'宣言
Public MustOverride Function GetEndPoint ( _
    geographyValue As DbGeography _
) As DbGeography
'使用
Dim instance As DbSpatialServices 
Dim geographyValue As DbGeography 
Dim returnValue As DbGeography 

returnValue = instance.GetEndPoint(geographyValue)
public abstract DbGeography GetEndPoint(
    DbGeography geographyValue
)
public:
virtual DbGeography^ GetEndPoint(
    DbGeography^ geographyValue
) abstract
abstract GetEndPoint : 
        geographyValue:DbGeography -> DbGeography
public abstract function GetEndPoint(
    geographyValue : DbGeography
) : DbGeography

パラメーター

戻り値

型 : System.Data.Entity.Spatial.DbGeography
曲線を表す場合は geographyValue の終点、それ以外の場合は null。

例外

例外 状態
ArgumentNullException

geographyValue が null です。

ArgumentException

geographyValue は、この空間サービスの実装と互換性がありません。

参照

参照

DbSpatialServices クラス

GetEndPoint オーバーロード

System.Data.Entity.Spatial 名前空間