SqlGeography.STUnion(SqlGeography) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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