SqlGeography.STDisjoint(SqlGeography) Método

Definição

Determina se a instância de chamada SqlGeography é espacialmente desarticulada da instância 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

Uma SqlGeography instância a ser comparada com a instância na qual STDisjoint(SqlGeography) é invocada.

Retornos

Um valor SqlBoolean que indica se a SqlGeography instância está espacialmente desarticulada do especificado SqlGeography. Se as instâncias forem espacialmente desarticuladas, esse método retornará true. Caso contrário, falso.

Atributos

Aplica-se a