SqlGeography.STIntersection(SqlGeography) Method

Definition

Returns an object representing the points where a SqlGeography instance intersects another SqlGeography instance.

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

Parameters

other
SqlGeography

A SqlGeography instance to compare with the instance on which STIntersection(SqlGeography) is being invoked.

Returns

A SqlGeography value containing the points where the specified SqlGeography instance intersects the current SqlGeography instance.

Attributes

Applies to