Metoda SqlGeometry.STIntersection
Zwraca obiekt reprezentuje punkty gdzie SqlGeometry wystąpienie przecina inną 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 STIntersection ( _
other As SqlGeometry _
) As SqlGeometry
'Użycie
Dim instance As SqlGeometry
Dim other As SqlGeometry
Dim returnValue As SqlGeometry
returnValue = instance.STIntersection(other)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlGeometry STIntersection(
SqlGeometry other
)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public:
SqlGeometry^ STIntersection(
SqlGeometry^ other
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member STIntersection :
other:SqlGeometry -> SqlGeometry
public function STIntersection(
other : SqlGeometry
) : SqlGeometry
Parametry
- other
Typ: Microsoft.SqlServer.Types.SqlGeometry
SqlGeometry Wystąpienie porównać z instancji, na którym STIntersection jest wywoływany, aby określić, gdzie przecinają.
Wartość zwracana
Typ: Microsoft.SqlServer.Types.SqlGeometry
A SqlGeometry obiekt zawierający punkty gdzie wywołujący SqlGeometry wystąpienie przecina określonego SqlGeometry.
Uwagi
STIntersectionzawsze zwraca wartość null Jeśli odwołanie przestrzennej identyfikatory (SRIDs) SqlGeometry wystąpienia nie dopasowania.