SqlGeometry.STMPointFromWKB(SqlBytes, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne une instance de point à partir d’une SqlGeometry représentation OGC (Open Geospatial Consortium) Well-Known Binary (WKB).
[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)]
public static Microsoft.SqlServer.Types.SqlGeometry 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.SqlGeometry
Public Shared Function STMPointFromWKB (wkbMultiPoint As SqlBytes, srid As Integer) As SqlGeometry
Paramètres
- wkbMultiPoint
- SqlBytes
Représentation WKB de l’instance SqlGeometry de point à retourner.
- srid
- Int32
Expression int qui représente l’ID de référence spatiale (SRID) de l’instance SqlGeometry point que vous souhaitez retourner.
Retours
Objet SqlGeometry construit à partir de la représentation WKB spécifiée.
- Attributs