SqlGeography.STDifference(SqlGeography) Método

Definição

Retorna um objeto que representa os pontos de uma SqlGeography instância que não estão em outra SqlGeography instância.

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

Parâmetros

other
SqlGeography

Outra SqlGeography instância que indica quais pontos serão removidos da instância na qual esse método está sendo invocado.

Retornos

Um SqlGeography valor que representa todos os pontos exclusivos da instância de chamada.

Atributos

Aplica-se a