SqlSpatialServices.GeographyMultiPointFromBinary 方法
[此頁面專屬於 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 GeographyMultiPointFromBinary ( _
multiPointWellKnownBinary As Byte(), _
coordinateSystemId As Integer _
) As DbGeography
'用途
Dim instance As SqlSpatialServices
Dim multiPointWellKnownBinary As Byte()
Dim coordinateSystemId As Integer
Dim returnValue As DbGeography
returnValue = instance.GeographyMultiPointFromBinary(multiPointWellKnownBinary, _
coordinateSystemId)
public override DbGeography GeographyMultiPointFromBinary(
byte[] multiPointWellKnownBinary,
int coordinateSystemId
)
public:
virtual DbGeography^ GeographyMultiPointFromBinary(
array<unsigned char>^ multiPointWellKnownBinary,
int coordinateSystemId
) override
abstract GeographyMultiPointFromBinary :
multiPointWellKnownBinary:byte[] *
coordinateSystemId:int -> DbGeography
override GeographyMultiPointFromBinary :
multiPointWellKnownBinary:byte[] *
coordinateSystemId:int -> DbGeography
public override function GeographyMultiPointFromBinary(
multiPointWellKnownBinary : byte[],
coordinateSystemId : int
) : DbGeography
參數
- multiPointWellKnownBinary
類型:System.Byte[]
已知二進位值。
- coordinateSystemId
類型:System.Int32
座標系統識別項。
傳回值
類型:System.Data.Entity.Spatial.DbGeography
新的 DbGeography 多點值。