SqlGeography.STDisjoint(SqlGeography) Método

Definición

Determina si la instancia de llamada SqlGeography está separada espacialmente de la instancia especificada SqlGeography .

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

Parámetros

other
SqlGeography

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

Devoluciones

Valor sqlBoolean que indica si la SqlGeography instancia está separada espacialmente de la especificada SqlGeography. Si las instancias están separadas espacialmente, este método devuelve true. En caso contrario, es falso.

Atributos

Se aplica a