SqlGeography.STIntersection(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 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