SqlGeography.STIntersects(SqlGeography) Método

Definición

Determina si la instancia actual SqlGeography se interseca con el especificado 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

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

Devoluciones

Valor SqlBoolean que indica si la instancia de llamada SqlGeography interseca otra SqlGeography instancia. Devuelve true si hay una intersección. En caso contrario, es falso.

Atributos

Se aplica a