SqlGeography.STIntersection(SqlGeography) メソッド

定義

SqlGeography インスタンスが別のSqlGeography インスタンスと交差するポイントを表すオブジェクトを返します。

[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

パラメーター

other
SqlGeography

STIntersection(SqlGeography)が呼び出されているインスタンスと比較するSqlGeographyインスタンス。

返品

指定したSqlGeography インスタンスが現在のSqlGeography インスタンスと交差するポイントを含むSqlGeography値。

属性

適用対象