SqlGeography.STContains(SqlGeography) Método

Definición

Especifica si la instancia de llamada SqlGeography contiene espacialmente la SqlGeography instancia pasada al método .

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public System.Data.SqlTypes.SqlBoolean STContains(Microsoft.SqlServer.Types.SqlGeography other);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.STContains : Microsoft.SqlServer.Types.SqlGeography -> System.Data.SqlTypes.SqlBoolean
Public Function STContains (other As SqlGeography) As SqlBoolean

Parámetros

other
SqlGeography

Instancia SqlGeography de que se va a comprobar si está contenida en la instancia de llamada.

Devoluciones

True si la instancia de llamada contiene la other instancia; de lo contrario, false.

Atributos

Se aplica a