Método SqlGeography.STWithin (SqlGeography)
Devuelve 1 si una instancia de SqlGeography se encuentra espacialmente dentro de otra instancia de SqlGeography; en caso contrario, devuelve 0.
Espacio de nombres: Microsoft.SqlServer.Types
Ensamblado: Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)
Sintaxis
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlBoolean STWithin(
SqlGeography other
)
public:
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
SqlBoolean STWithin(
SqlGeography^ other
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member STWithin :
other:SqlGeography -> SqlBoolean
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)>
Public Function STWithin (
other As SqlGeography
) As SqlBoolean
Parámetros
other
Type: Microsoft.SqlServer.Types.SqlGeographyInstancia de SqlGeography con la que se comparará la instancia que realiza la llamada.
Valor devuelto
Type: System.Data.SqlTypes.SqlBoolean
1 si SqlGeography está en la otra instancia de SqlGeography.
Ver también
Clase SqlGeography
Espacio de nombres Microsoft.SqlServer.Types
STWithin (tipo de datos geography)
Volver al principio