SqlGeography.STUnion(SqlGeography) Método

Definição

Retorna um objeto que representa a união de uma SqlGeography instância com outra SqlGeography instância.

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

Parâmetros

other
SqlGeography

A instância sqlGeography para formar uma união com a instância na qual STUnion(SqlGeography) está sendo invocada.

Retornos

Um objeto SqlGeography que representa a união dos SqlGeography objetos.

Atributos

Aplica-se a