次の方法で共有


DbSpatialServices.AsBinary メソッド

定義

オーバーロード

AsBinary(DbGeography)

指定された DbGeography 値の既知のバイナリ表現を取得します。

AsBinary(DbGeometry)

指定された DbGeometry 値の既知のバイナリ表現を取得します。

AsBinary(DbGeography)

指定された DbGeography 値の既知のバイナリ表現を取得します。

public abstract byte[] AsBinary(System.Data.Entity.Spatial.DbGeography geographyValue);
abstract member AsBinary : System.Data.Entity.Spatial.DbGeography -> byte[]
Public MustOverride Function AsBinary (geographyValue As DbGeography) As Byte()

パラメーター

geographyValue
DbGeography

既知のバイナリを生成する必要がある geography 値。

戻り値

Byte[]

特定の DbGeography 値の既知のバイナリ表現。

例外

geographyValue が null です。

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

適用対象

AsBinary(DbGeometry)

指定された DbGeometry 値の既知のバイナリ表現を取得します。

public abstract byte[] AsBinary(System.Data.Entity.Spatial.DbGeometry geometryValue);
abstract member AsBinary : System.Data.Entity.Spatial.DbGeometry -> byte[]
Public MustOverride Function AsBinary (geometryValue As DbGeometry) As Byte()

パラメーター

geometryValue
DbGeometry

既知のバイナリを生成する必要がある geometry 値。

戻り値

Byte[]

特定の DbGeography 値の既知のバイナリ表現。

例外

geometryValue が null です。

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

適用対象