次の方法で共有


DbSpatialServices.AsTextIncludingElevationAndMeasure メソッド (DbGeometry)

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

昇格とメジャーがある DbSpatialServices のテキスト表現を返します。

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

構文

'宣言
Public Overridable Function AsTextIncludingElevationAndMeasure ( _
    geometryValue As DbGeometry _
) As String
'使用
Dim instance As DbSpatialServices 
Dim geometryValue As DbGeometry 
Dim returnValue As String 

returnValue = instance.AsTextIncludingElevationAndMeasure(geometryValue)
public virtual string AsTextIncludingElevationAndMeasure(
    DbGeometry geometryValue
)
public:
virtual String^ AsTextIncludingElevationAndMeasure(
    DbGeometry^ geometryValue
)
abstract AsTextIncludingElevationAndMeasure : 
        geometryValue:DbGeometry -> string  
override AsTextIncludingElevationAndMeasure : 
        geometryValue:DbGeometry -> string
public function AsTextIncludingElevationAndMeasure(
    geometryValue : DbGeometry
) : String

パラメーター

戻り値

型 : System.String
昇格とメジャーがある DbSpatialServices のテキスト表現。

例外

例外 状態
ArgumentNullException

geometryValue が null です。

ArgumentException

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

参照

参照

DbSpatialServices クラス

AsTextIncludingElevationAndMeasure オーバーロード

System.Data.Entity.Spatial 名前空間