Share via


Método SqlGeography.STContains (SqlGeography)

 

Especifica si la instancia de SqlGeography que hace la llamada contiene espacialmente a la instancia de SqlGeography que se pasa al método.

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

Sintaxis

[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
public SqlBoolean STContains(
    SqlGeography other
)
public:
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)]
SqlBoolean STContains(
    SqlGeography^ other
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = false)>]
member STContains : 
        other:SqlGeography -> SqlBoolean
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := False)>
Public Function STContains (
    other As SqlGeography
) As SqlBoolean

Parámetros

Valor devuelto

Type: System.Data.SqlTypes.SqlBoolean

true, si la instancia que realiza la llamada contiene la instancia de other; en caso contrario, false.

Ver también

Clase SqlGeography
Espacio de nombres Microsoft.SqlServer.Types
STContains (tipo de datos geography)

Volver al principio