SqlGeometry.STContains(SqlGeometry) Método

Definição

Especifica se a instância de chamada SqlGeometry contém completamente outra 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

A SqlGeometry instância a ser comparada com a instância na qual STContains(SqlGeometry) é invocada.

Retornos

Retornará true se uma SqlGeometry instância contiver completamente outra SqlGeometry instância. Caso contrário, retornará false.

Atributos

Aplica-se a