SqlGeometry.STIsValid Método

Definición

Determina si la SqlGeometry instancia tiene un formato correcto.

[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

Devoluciones

Devuelve true si una instancia tiene un SqlGeometry formato correcto, en función de su tipo Open Geospatial Consortium (OGC). Devuelve false si una SqlGeometry instancia no tiene el formato correcto.

Atributos

Se aplica a