SqlGeography.STOverlaps(SqlGeography) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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。
- 属性