Metoda SqlGeography.STDifference
Zwraca obiekt reprezentujący punktów z jednego SqlGeography wystąpienie, które nie mieszczą się w innym SqlGeography instancji.
Przestrzeń nazw: Microsoft.SqlServer.Types
Zestaw: Microsoft.SqlServer.Types (w Microsoft.SqlServer.Types.dll)
Składnia
'Deklaracja
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function STDifference ( _
other As SqlGeography _
) As SqlGeography
'Użycie
Dim instance As SqlGeography
Dim other As SqlGeography
Dim returnValue As SqlGeography
returnValue = instance.STDifference(other)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlGeography STDifference(
SqlGeography other
)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public:
SqlGeography^ STDifference(
SqlGeography^ other
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member STDifference :
other:SqlGeography -> SqlGeography
public function STDifference(
other : SqlGeography
) : SqlGeography
Parametry
- other
Typ: Microsoft.SqlServer.Types.SqlGeography
Innym SqlGeography instancji, która wskazuje, które punkty, aby usunąć z wystąpienie, w której wywoływana jest metoda ta.
Wartość zwracana
Typ: Microsoft.SqlServer.Types.SqlGeography
A SqlGeography wartość, która reprezentuje wszystkie punkty, które są unikatowe dla wystąpienie wywołującym.
Uwagi
Metoda ta zawsze zwraca wartość null, jeśli odwołanie przestrzennej identyfikatory (SRIDs) SqlGeography wystąpienia nie dopasowania.