Compartir a través de


SqlGeography.STIntersects Método

Determines whether the current SqlGeography instance intersects with the specified SqlGeography.

Espacio de nombres:  Microsoft.SqlServer.Types
Ensamblado:  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Sintaxis

'Declaración
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)> _
Public Function STIntersects ( _
    other As SqlGeography _
) As SqlBoolean
'Uso
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

Parámetros

Valor devuelto

Tipo: System.Data.SqlTypes.SqlBoolean
A SqlBoolean value that indicates if the calling SqlGeography instance intersects another SqlGeography instance. Returns true if there is an intersection. Otherwise, false.

Comentarios

This method always returns null if the spatial reference IDs (SRIDs) of the SqlGeography instances do not match.

Vea también

Referencia

SqlGeography Clase

Espacio de nombres Microsoft.SqlServer.Types