SqlGeometry.STContains(SqlGeometry) Método

Definición

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

Se aplica a