SqlGeography.STWithin(SqlGeography) メソッド

定義

SqlGeography インスタンスが別のSqlGeography インスタンス内に空間的に存在する場合は 1 を返します。それ以外の場合は 0 を返します。

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

パラメーター

other
SqlGeography

呼び出し元のインスタンスと比較する SqlGeography インスタンス。

返品

SqlGeographyが他のSqlGeography インスタンス内にある場合は 1。

属性

適用対象