SqlGeometry.MakeValid Método

Definición

Convierte una instancia no válida SqlGeometry en una SqlGeometry instancia con un tipo Open Geospatial Consortium (OGC) válido.

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public Microsoft.SqlServer.Types.SqlGeometry MakeValid();
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.MakeValid : unit -> Microsoft.SqlServer.Types.SqlGeometry
Public Function MakeValid () As SqlGeometry

Devoluciones

Valor SqlGeometry con un tipo OGC válido.

Atributos

Se aplica a