Langue

SqlGeography.STPointFromWKB(SqlBytes, Int32) Méthode

Définition

Retourne une instance de point à partir d’une SqlGeography représentation OGC (Open Geospatial Consortium) Well-Known Binary (WKB).

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

Paramètres

wkbPoint
SqlBytes

Représentation WKB de l’instance SqlGeography de point à retourner.

srid
Int32

Expression int qui représente l’ID de référence spatiale (SRID) de l’instance SqlGeography de point à retourner.

Retours

Valeur SqlGeography construite à partir du WKB spécifié.

Attributs

S’applique à