SqlGeography.STUnion(SqlGeography) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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