SqlGeography.STContains(SqlGeography) Método

Definição

Especifica se a instância de chamada SqlGeography contém espacialmente a SqlGeography instância passada para o 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

A SqlGeography instância para verificar se ela está contida na instância de chamada.

Retornos

true se a instância de chamada contiver a other instância; caso contrário, false.

Atributos

Aplica-se a