SqlGeography.STMPointFromWKB(SqlBytes, Int32) Metodo

Definizione

Restituisce un'istanza SqlGeography multipoint da una rappresentazione OGC (Open Geospatial Consortium) Well-Known Binary (WKB).

[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

Parametri

wkbMultiPoint
SqlBytes

Rappresentazione WKB dell'istanza SqlGeographymultipoint da restituire.

srid
Int32

Espressione int che rappresenta l'ID SRID (Spatial Reference ID) dell'istanza SqlGeographydi MultiPoint da restituire.

Valori restituiti

SqlGeography Istanza costruita dalla rappresentazione WKB specificata.

Attributi

Si applica a