Sprache

SqlGeography.STContains(SqlGeography) Methode

Definition

Gibt an, ob die aufrufende SqlGeography Instanz die an die Methode übergebene Instanz räumliche enthält SqlGeography .

[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

Parameter

other
SqlGeography

Die SqlGeography Instanz, die überprüft werden soll, ob sie in der aufrufenden Instanz enthalten ist.

Gibt zurück

"true", wenn die aufrufende Instanz die other Instanz enthält; andernfalls "false".

Attribute

Gilt für: