Sprache

SqlGeography.STMPointFromWKB(SqlBytes, Int32) Methode

Definition

Gibt eine SqlGeography MultiPoint-Instanz aus einer Open Geospatial Consortium (OGC)-Well-Known Binary-Darstellung (WKB) zurück.

[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

Parameter

wkbMultiPoint
SqlBytes

Die WKB-Darstellung der MultiPoint-Instanz, die SqlGeographySie zurückgeben möchten.

srid
Int32

Ein Int-Ausdruck, der die Spatial Reference ID (SRID) der MultiPoint-Instanz darstellt, die SqlGeographySie zurückgeben möchten.

Gibt zurück

Eine SqlGeography Instanz, die aus der angegebenen WKB-Darstellung erstellt wurde.

Attribute

Gilt für: