SqlGeography.STIntersects(SqlGeography) メソッド

定義

現在の SqlGeography インスタンスが、指定した SqlGeographyと交差するかどうかを決定します。

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

パラメーター

other
SqlGeography

STIntersects(SqlGeography)が呼び出されたインスタンスと比較するSqlGeographyインスタンス。

返品

呼び出し元の SqlGeography インスタンスが別の SqlGeography インスタンスと交差するかどうかを示す SqlBoolean 値。 交差がある場合は true を返します。 それ以外の場合は false。

属性

適用対象