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
應該產生已知二進位表示法的地理位置值。
傳回值
類型:System.Byte[]
所指 DbGeography 值的已知二進位表示法。