SqlGeography.STIntersection(SqlGeography) Método

Definición

Devuelve un objeto que representa los puntos en los que una SqlGeography instancia interseca otra SqlGeography instancia.

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

Parámetros

other
SqlGeography

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

Devoluciones

Valor SqlGeography que contiene los puntos en los que la instancia especificada SqlGeography interseca la instancia actual SqlGeography .

Atributos

Se aplica a