呼び出し元の SqlGeometry インスタンスが、指定した SqlGeometry と比較したときに連結されていないかどうかを示します。
名前空間: Microsoft.SqlServer.Types
アセンブリ: Microsoft.SqlServer.Types (Microsoft.SqlServer.Types.dll)
構文
'宣言
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function STDisjoint ( _
other As SqlGeometry _
) As SqlBoolean
'使用
Dim instance As SqlGeometry
Dim other As SqlGeometry
Dim returnValue As SqlBoolean
returnValue = instance.STDisjoint(other)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlBoolean STDisjoint(
SqlGeometry other
)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public:
SqlBoolean STDisjoint(
SqlGeometry^ other
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member STDisjoint :
other:SqlGeometry -> SqlBoolean
public function STDisjoint(
other : SqlGeometry
) : SqlBoolean
パラメーター
- other
型: Microsoft.SqlServer.Types.SqlGeometry
STDisjoint を呼び出したインスタンスと比較される SqlGeometry インスタンスです。
戻り値
型: System.Data.SqlTypes.SqlBoolean
任意の SqlGeometry インスタンスと別の SqlGeometry インスタンスが空間的に連結されていない場合、true を返します。それ以外の場合は false を返します。
説明
比較する 2 つの SqlGeometry インスタンスに含まれる地点のセットの交点が空である場合、これらのインスタンスは連結されていません。
2 つの SqlGeometry インスタンスの SRID (spatial reference ID) が一致しない場合、このメソッドは常に NULL を返します。