Metoda SqlGeography.STIntersection
Zwraca obiekt reprezentujący punkty gdzie SqlGeography wystąpienie przecina inną SqlGeography 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 STIntersection ( _
other As SqlGeography _
) As SqlGeography
'Użycie
Dim instance As SqlGeography
Dim other As SqlGeography
Dim returnValue As SqlGeography
returnValue = instance.STIntersection(other)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlGeography STIntersection(
SqlGeography other
)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public:
SqlGeography^ STIntersection(
SqlGeography^ other
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member STIntersection :
other:SqlGeography -> SqlGeography
public function STIntersection(
other : SqlGeography
) : SqlGeography
Parametry
- other
Typ: Microsoft.SqlServer.Types.SqlGeography
A SqlGeography wystąpienie porównać z instancji, na którym STIntersection jest wywoływany.
Wartość zwracana
Typ: Microsoft.SqlServer.Types.SqlGeography
A SqlGeography wartość zawierające punkty gdzie określonego SqlGeography wystąpienie przecina bieżącego SqlGeography instancji.