SqlGeography.STContains(SqlGeography) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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