SqlGeography.STIntersection(SqlGeography) Método

Definição

Retorna um objeto que representa os pontos em que uma SqlGeography instância cruza outra SqlGeography instância.

[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

Uma SqlGeography instância a ser comparada com a instância na qual STIntersection(SqlGeography) está sendo invocada.

Retornos

Um SqlGeography valor que contém os pontos em que a instância especificada cruza SqlGeography a instância atual SqlGeography .

Atributos

Aplica-se a