次の方法で共有


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 マルチポイント値。

参照

参照

SqlSpatialServices クラス

System.Data.Entity.SqlServer 名前空間