SqlGeometry.STMPointFromWKB Method
SQL Server 2012
Returns a SqlGeometry Point instance from an Open Geospatial Consortium (OGC) Well-Known Binary (WKB) representation.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>] static member STMPointFromWKB : wkbMultiPoint:SqlBytes * srid:int -> SqlGeometry
Parameters
- wkbMultiPoint
- Type: System.Data.SqlTypes.SqlBytes
The WKB representation of the SqlGeometry Point instance you wish to return.
- srid
- Type: System.Int32
An int expression that represents the spatial reference ID (SRID) of the SqlGeometry Point instance you wish to return.
Return Value
Type: Microsoft.SqlServer.Types.SqlGeometryA SqlGeometry object constructed from the specified WKB representation.