Metoda SqlGeography.STIntersects
Określa, czy bieżący SqlGeography przecina wystąpienie o określonym SqlGeography.
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 SqlGeography _
) As SqlBoolean
'Użycie
Dim instance As SqlGeography
Dim other As SqlGeography
Dim returnValue As SqlBoolean
returnValue = instance.STIntersects(other)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlBoolean STIntersects(
SqlGeography other
)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public:
SqlBoolean STIntersects(
SqlGeography^ other
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member STIntersects :
other:SqlGeography -> SqlBoolean
public function STIntersects(
other : SqlGeography
) : SqlBoolean
Parametry
- other
Typ: Microsoft.SqlServer.Types.SqlGeography
SqlGeography Wystąpienie porównania wystąpienia, w którym STIntersects jest wywoływana.
Wartość zwracana
Typ: System.Data.SqlTypes.SqlBoolean
A SqlBoolean wartość wskazująca, jeśli wywołujący SqlGeography wystąpienie przecina inną SqlGeography wystąpienie.Zwraca true przypadku przecięcie.W przeciwnym razie false.
Uwagi
Metoda ta zawsze zwraca wartość null, jeśli odwołanie przestrzennej identyfikatory (SRIDs) SqlGeography wystąpienia nie dopasowania.