Metoda SqlGeometry.STWithin
Określa, czy bieżący SqlGeometry jest całkowicie w określonym SqlGeometry wystąpienie.
Przestrzeń nazw: Microsoft.SqlServer.Types
Zestaw: Microsoft.SqlServer.Types (w Microsoft.SqlServer.Types.dll)
Składnia
'Deklaracja
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function STWithin ( _
other As SqlGeometry _
) As SqlBoolean
'Użycie
Dim instance As SqlGeometry
Dim other As SqlGeometry
Dim returnValue As SqlBoolean
returnValue = instance.STWithin(other)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlBoolean STWithin(
SqlGeometry other
)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public:
SqlBoolean STWithin(
SqlGeometry^ other
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member STWithin :
other:SqlGeometry -> SqlBoolean
public function STWithin(
other : SqlGeometry
) : SqlBoolean
Parametry
- other
Typ: Microsoft.SqlServer.Types.SqlGeometry
SqlGeometry wystąpienie Do porównania w bieżącym SqlGeometry.
Wartość zwracana
Typ: System.Data.SqlTypes.SqlBoolean
Zwraca true Jeśli SqlGeometry wystąpienie jest całkowicie w innym SqlGeometry instancji; w przeciwnym razie zwraca false.
Uwagi
Ta metoda zwraca zawsze nullodwołanie o wartości null (Nothing w języku Visual Basic) Jeśli odwołanie przestrzennej identyfikatory (SRIDs) SqlGeometry wystąpienia nie dopasowania.