SqlGeography.STOverlaps(SqlGeography) メソッド

定義

SqlGeography インスタンスが別のSqlGeography インスタンスと空間的に重なっている場合は 1 を返し、重複しない場合は 0 を返します。

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

パラメーター

other
SqlGeography

呼び出し元のインスタンスと重複しているかどうかを確認する SqlGeography インスタンス。

返品

2 つのインスタンスが重なる場合は 1。それ以外の場合は 0。

属性

適用対象