Metoda SqlGeometry.STIntersects
Określa, czy wywołujący SqlGeometry wystąpienie przecina inną SqlGeometry.
Przestrzeń nazw: Microsoft.SqlServer.Types
Zestaw: Microsoft.SqlServer.Types (w Microsoft.SqlServer.Types.dll)
Składnia
'Deklaracja
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function STIntersects ( _
other As SqlGeometry _
) As SqlBoolean
'Użycie
Dim instance As SqlGeometry
Dim other As SqlGeometry
Dim returnValue As SqlBoolean
returnValue = instance.STIntersects(other)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlBoolean STIntersects(
SqlGeometry other
)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public:
SqlBoolean STIntersects(
SqlGeometry^ other
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member STIntersects :
other:SqlGeometry -> SqlBoolean
public function STIntersects(
other : SqlGeometry
) : SqlBoolean
Parametry
- other
Typ: Microsoft.SqlServer.Types.SqlGeometry
Inny jest SqlGeometry wystąpienie porównania wystąpienia, w którym STIntersects jest wywoływana.
Wartość zwracana
Typ: System.Data.SqlTypes.SqlBoolean
Zwraca true Jeśli SqlGeometry wystąpienie przecina inną geometrii wystąpienie.Zwraca false Jeśli nie.
Uwagi
Metoda ta zawsze zwraca wartość null, jeśli odwołanie przestrzennej identyfikatory (SRIDs) SqlGeometry wystąpienia nie dopasowania.