SqlGeometry.STRelate(SqlGeometry, String) メソッド

定義

呼び出し元の SqlGeometry が指定した SqlGeometryに関連付けられているかどうかを判断します。

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

パラメーター

other
SqlGeometry

STRelate(SqlGeometry, String)が呼び出されたインスタンスと比較する別のSqlGeometryインスタンスです。

intersectionPatternMatrix
String

交差モデルを指定する文字列。 この文字列には、2 つの SqlGeometry インスタンス間の DE-9IM パターン マトリックス デバイスに使用できる値を含める必要があります。

返品

リレーションシップが次元拡張 9 交差モデル (DE-9IM) パターン マトリックス値によって定義されている別のSqlGeometry インスタンスにSqlGeometry インスタンスが関連付けられている場合は true を返します。それ以外の場合は false を返します。

属性

適用対象