SqlGeometry.STWithin(SqlGeometry) メソッド

定義

現在の SqlGeometry が、指定した SqlGeometry インスタンス内に完全に含まれているかどうかを判断します。

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

パラメーター

other
SqlGeometry

現在のSqlGeometryと比較するSqlGeometry インスタンス。

返品

SqlGeometry インスタンスが別のSqlGeometry インスタンス内にある場合は true を返します。それ以外の場合は false を返します。

属性

適用対象