SqlGeography.STIntersection(SqlGeography) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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