SqlSpatialServices.AsBinary メソッド (DbGeography)
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
指定された DbGeography 値の既知のバイナリ表現を取得します。
名前空間: System.Data.Entity.SqlServer
アセンブリ: EntityFramework.SqlServer (EntityFramework.SqlServer.dll 内)
構文
'宣言
Public Overrides Function AsBinary ( _
geographyValue As DbGeography _
) As Byte()
'使用
Dim instance As SqlSpatialServices
Dim geographyValue As DbGeography
Dim returnValue As Byte()
returnValue = instance.AsBinary(geographyValue)
public override byte[] AsBinary(
DbGeography geographyValue
)
public:
virtual array<unsigned char>^ AsBinary(
DbGeography^ geographyValue
) override
abstract AsBinary :
geographyValue:DbGeography -> byte[]
override AsBinary :
geographyValue:DbGeography -> byte[]
public override function AsBinary(
geographyValue : DbGeography
) : byte[]
パラメーター
- geographyValue
型 : System.Data.Entity.Spatial.DbGeography
既知のバイナリを生成する必要がある geography 値。
戻り値
型 : System.Byte[]
指定された DbGeography 値の既知のバイナリ表現。