Langue

SqlGeometry.STIsValid Méthode

Définition

Détermine si l’instance SqlGeometry est bien formée.

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public System.Data.SqlTypes.SqlBoolean STIsValid();
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.STIsValid : unit -> System.Data.SqlTypes.SqlBoolean
Public Function STIsValid () As SqlBoolean

Retours

Retourne true si une SqlGeometry instance est bien formée, en fonction de son type OGC (Open Geospatial Consortium). Retourne false si une SqlGeometry instance n’est pas bien formée.

Attributs

S’applique à