SqlGeometry.STIsSimple 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.
Détermine si l’instance appelante SqlGeometry est simple.
[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public System.Data.SqlTypes.SqlBoolean STIsSimple();
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.STIsSimple : unit -> System.Data.SqlTypes.SqlBoolean
Public Function STIsSimple () As SqlBoolean
Retours
Retourne true si une SqlGeometry instance est simple, telle que définie par l’OGC (Open Geospatial Consortium). Retourne false si une SqlGeometry instance n’est pas simple.
- Attributs