SqlGeography.STContains(SqlGeography) Metodo

Definizione

Specifica se l'istanza chiamante SqlGeography contiene in modo spaziale l'istanza SqlGeography passata al metodo .

[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

Parametri

other
SqlGeography

SqlGeography Istanza di per verificare se è contenuta nell'istanza chiamante.

Valori restituiti

true se l'istanza chiamante contiene l'istanza other ; in caso contrario, false.

Attributi

Si applica a