SqlGeometry.STGeomCollFromWKB(SqlBytes, Int32) メソッド

定義

Open Geospatial Consortium (OGC) Well-Known Binary (WKB) 表現から SqlGeometry コレクション インスタンスを返します。

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)]
public static Microsoft.SqlServer.Types.SqlGeometry STGeomCollFromWKB(System.Data.SqlTypes.SqlBytes wkbGeometryCollection, int srid);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
static member STGeomCollFromWKB : System.Data.SqlTypes.SqlBytes * int -> Microsoft.SqlServer.Types.SqlGeometry
Public Shared Function STGeomCollFromWKB (wkbGeometryCollection As SqlBytes, srid As Integer) As SqlGeometry

パラメーター

wkbGeometryCollection
SqlBytes

返す SqlGeometry コレクション インスタンスの WKB 表現。

srid
Int32

返す SqlGeometry インスタンスの空間参照 ID (SRID) を表す整数式。

返品

指定した WKB 表現から構築された SqlGeometry コレクション。

属性

適用対象