SqlGeography.STMPointFromWKB(SqlBytes, Int32) メソッド

定義

Open Geospatial Consortium (OGC) Well-Known Binary (WKB) 表現から SqlGeography MultiPoint インスタンスを返します。

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

パラメーター

wkbMultiPoint
SqlBytes

返す SqlGeographyMultiPoint インスタンスの WKB 表現。

srid
Int32

返す SqlGeographyMultiPoint インスタンスの空間参照 ID (SRID) を表す int 式。

返品

指定した WKB 表現から構築された SqlGeography インスタンス。

属性

適用対象