SqlGeography.STIntersects(SqlGeography) Método

Definição

Determina se a instância atual SqlGeography se cruza com a especificada SqlGeography.

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

Parâmetros

other
SqlGeography

A SqlGeography instância a ser comparada com a instância na qual STIntersects(SqlGeography) é invocada.

Retornos

Um valor SqlBoolean que indica se a instância de chamada SqlGeography cruza outra SqlGeography instância. Retornará true se houver uma interseção. Caso contrário, falso.

Atributos

Aplica-se a