SqlGeometry.STAsBinary 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 la représentation OGC (Open Geospatial Consortium) Well-Known binaire (WKB) d’une SqlGeometry instance. Cette valeur ne contient aucune valeur Z ou M portée par l’instance.
[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)]
public System.Data.SqlTypes.SqlBytes STAsBinary();
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
member this.STAsBinary : unit -> System.Data.SqlTypes.SqlBytes
Public Function STAsBinary () As SqlBytes
Retours
Objet SqlBytes contenant la représentation WKB de l’objet SqlGeometry.
- Attributs