Langue

SqlGeography.STContains(SqlGeography) Méthode

Définition

Spécifie si l’instance appelante SqlGeography contient spatialement l’instance SqlGeography passée à la méthode.

[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

Paramètres

other
SqlGeography

Instance SqlGeography à vérifier si elle est contenue dans l’instance appelante.

Retours

true si l’instance appelante contient l’instance other ; sinon, false.

Attributs

S’applique à