共用方式為


SqlSpatialServices.GeographyCollectionFromBinary 方法

[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]

根據指定的已知二進位值和座標系統識別項 (SRID),建立新的 DbGeography 集合值。

命名空間:  System.Data.Entity.SqlServer
組件:  EntityFramework.SqlServer (在 EntityFramework.SqlServer.dll 中)

語法

'宣告
Public Overrides Function GeographyCollectionFromBinary ( _
    geographyCollectionWellKnownBinary As Byte(), _
    coordinateSystemId As Integer _
) As DbGeography
'用途
Dim instance As SqlSpatialServices 
Dim geographyCollectionWellKnownBinary As Byte()
Dim coordinateSystemId As Integer 
Dim returnValue As DbGeography 

returnValue = instance.GeographyCollectionFromBinary(geographyCollectionWellKnownBinary, _
    coordinateSystemId)
public override DbGeography GeographyCollectionFromBinary(
    byte[] geographyCollectionWellKnownBinary,
    int coordinateSystemId
)
public:
virtual DbGeography^ GeographyCollectionFromBinary(
    array<unsigned char>^ geographyCollectionWellKnownBinary, 
    int coordinateSystemId
) override
abstract GeographyCollectionFromBinary : 
        geographyCollectionWellKnownBinary:byte[] * 
        coordinateSystemId:int -> DbGeography  
override GeographyCollectionFromBinary : 
        geographyCollectionWellKnownBinary:byte[] * 
        coordinateSystemId:int -> DbGeography
public override function GeographyCollectionFromBinary(
    geographyCollectionWellKnownBinary : byte[], 
    coordinateSystemId : int
) : DbGeography

參數

  • geographyCollectionWellKnownBinary
    類型:System.Byte[]
    包含地理位置值的已知二進位表示法的位元組陣列。

傳回值

類型:System.Data.Entity.Spatial.DbGeography
新的 DbGeography 值,由具有指定的座標系統識別項 (SRID) (DefaultCoordinateSystemId) 的已知二進位值所定義。

請參閱

參考

SqlSpatialServices 類別

System.Data.Entity.SqlServer 命名空間