SqlGeography.STIntersection Method
SQL Server 2012
Returns an object representing the points where a SqlGeography instance intersects another SqlGeography instance.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)] public SqlGeography STIntersection( SqlGeography other )
Parameters
- other
- Type: Microsoft.SqlServer.Types.SqlGeography
A SqlGeography instance to compare with the instance on which STIntersection is being invoked.
Return Value
Type: Microsoft.SqlServer.Types.SqlGeographyA SqlGeography value containing the points where the specified SqlGeography instance intersects the current SqlGeography instance.