SqlGeometry.STDisjoint(SqlGeometry) Método

Definición

Determina si la instancia de llamada SqlGeometry se desasocia cuando se compara con el especificado SqlGeometry.

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

Parámetros

other
SqlGeometry

Instancia SqlGeometry que se va a comparar con la instancia en la que STDisjoint(SqlGeometry) se invoca.

Devoluciones

Devuelve true si una SqlGeometry instancia está separada espacialmente de otra SqlGeometry instancia. Devuelve false si no lo es.

Atributos

Se aplica a