次の方法で共有


DbSpatialServices.GetDimension メソッド (DbGeography)

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

特定の DbGeography 値の次元を取得します。値がコレクションの場合は、最大の要素の次元を取得します。

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

構文

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

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

パラメーター

戻り値

型 : System.Int32
geographyValue の次元。DbGeography がコレクションである場合は、要素の最大次元。

例外

例外 状態
ArgumentNullException

geographyValue が null です。

ArgumentException

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

参照

参照

DbSpatialServices クラス

GetDimension オーバーロード

System.Data.Entity.Spatial 名前空間