SqlGeometry.STContains(SqlGeometry) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Especifica si la instancia de llamada SqlGeometry contiene completamente otro SqlGeometry.
[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public System.Data.SqlTypes.SqlBoolean STContains(Microsoft.SqlServer.Types.SqlGeometry other);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.STContains : Microsoft.SqlServer.Types.SqlGeometry -> System.Data.SqlTypes.SqlBoolean
Public Function STContains (other As SqlGeometry) As SqlBoolean
Parámetros
- other
- SqlGeometry
Instancia SqlGeometry que se va a comparar con la instancia en la que STContains(SqlGeometry) se invoca.
Devoluciones
Devuelve true si una SqlGeometry instancia contiene completamente otra SqlGeometry instancia. De lo contrario, devuelve false.
- Atributos