SqlGeometry.STIsValid Método

Definição

Determina se a SqlGeometry instância está bem formada.

[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

Retornos

Retornará true se uma SqlGeometry instância estiver bem formada, com base em seu tipo OGC (Open Geospatial Consortium). Retornará false se uma SqlGeometry instância não estiver bem formada.

Atributos

Aplica-se a