SqlGeography.STUnion(SqlGeography) Method

Definition

Returns an object representing the union of a SqlGeography instance with another SqlGeography instance.

[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

Parameters

other
SqlGeography

The SqlGeography instance to form a union with the instance on which STUnion(SqlGeography) is being invoked.

Returns

A SqlGeography object representing the union of the SqlGeography objects.

Attributes

Applies to