次の方法で共有


SqlSpatialServices.AsBinary メソッド

定義

オーバーロード

AsBinary(DbGeography)

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

AsBinary(DbGeometry)

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

AsBinary(DbGeography)

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

public override byte[] AsBinary(System.Data.Entity.Spatial.DbGeography geographyValue);
override this.AsBinary : System.Data.Entity.Spatial.DbGeography -> byte[]
Public Overrides Function AsBinary (geographyValue As DbGeography) As Byte()

パラメーター

geographyValue
DbGeography

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

戻り値

Byte[]

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

適用対象

AsBinary(DbGeometry)

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

public override byte[] AsBinary(System.Data.Entity.Spatial.DbGeometry geometryValue);
override this.AsBinary : System.Data.Entity.Spatial.DbGeometry -> byte[]
Public Overrides Function AsBinary (geometryValue As DbGeometry) As Byte()

パラメーター

geometryValue
DbGeometry

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

戻り値

Byte[]

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

適用対象