SqlGeography.STUnion(SqlGeography) Método

Definición

Devuelve un objeto que representa la unión de una SqlGeography instancia con otra SqlGeography instancia.

[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

Instancia de SqlGeography para formar una unión con la instancia en la que STUnion(SqlGeography) se invoca.

Devoluciones

Objeto SqlGeography que representa la unión de los SqlGeography objetos.

Atributos

Se aplica a