SqlGeometry.STUnion(SqlGeometry) Method

Definition

Returns an object that represents the union of a SqlGeometry instance with another SqlGeometry instance.

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

Parameters

other
SqlGeometry

The SqlGeometry instance to combine with the current SqlGeometry.

Returns

A SqlGeometry object that represents the union of the calling SqlGeometry and the specified SqlGeometry.

Attributes

Applies to