Metoda STDisjoint
Określa, czy wywołujący SqlGeometry wystąpienie jest wymaganiem, kiedy porównywane określonego SqlGeometry.
Przestrzeń nazw: Microsoft.SqlServer.Types
Zestaw: Microsoft.SqlServer.Types (w Microsoft.SqlServer.Types.dll)
Syntax
'Deklaracja
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function STDisjoint ( _
other As SqlGeometry _
) As SqlBoolean
'Użycie
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
Parameters
- other
Typ: Microsoft.SqlServer.Types. . :: . .SqlGeometry
SqlGeometry Wystąpienie porównania wystąpienia, w którym STDisjoint jest wywoływana.
Wartość zwracana
Typ: System.Data.SqlTypes. . :: . .SqlBoolean
Zwraca true Jeśli SqlGeometry wystąpienie jest od wymaganiem z innego SqlGeometry instancji. Zwraca false , jeśli nie jest.
Uwagi
Dwa SqlGeometry wystąpienia są wymaganiem, jeśli przecięcia ich zestawy punkt jest pusta.
Metoda ta zawsze zwraca wartość null, jeśli odwołanie przestrzennej identyfikatory (SRIDs) SqlGeometry wystąpienia nie dopasowania.