Langue

SqlGeography.STGeomCollFromWKB(SqlBytes, Int32) Méthode

Définition

Retourne une instance GeometryCollection à partir d’une représentation OGC (Open Geospatial Consortium) Well-Known binaire (WKB).

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)]
public static Microsoft.SqlServer.Types.SqlGeography 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.SqlGeography
Public Shared Function STGeomCollFromWKB (wkbGeometryCollection As SqlBytes, srid As Integer) As SqlGeography

Paramètres

wkbGeometryCollection
SqlBytes

Représentation WKB de l’instance GeometryCollection à retourner.

srid
Int32

Expression int représentant l’ID de référence spatiale (SRID) de l’instance GeometryCollection à retourner.

Retours

Valeur SqlGeography construite à partir de la collection géométrique WKB spécifiée.

Attributs

S’applique à