次の方法で共有


DbSpatialServices.AsBinary メソッド

定義

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

オーバーロード

AsBinary(DbGeography)

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

AsBinary(DbGeometry)

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

AsBinary(DbGeography)

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

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

パラメーター

geographyValue
DbGeography

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

戻り値

Byte[]

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

例外

geographyValue

geographyValue

適用対象

AsBinary(DbGeometry)

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

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

パラメーター

geometryValue
DbGeometry

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

戻り値

Byte[]

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

例外

geometryValue

geometryValue

適用対象