Sprache

SqlGeography.STDifference(SqlGeography) Methode

Definition

Gibt ein Objekt zurück, das die Punkte aus einer SqlGeography Instanz darstellt, die nicht innerhalb einer anderen SqlGeography Instanz liegen.

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)]
public Microsoft.SqlServer.Types.SqlGeography STDifference(Microsoft.SqlServer.Types.SqlGeography other);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=false)>]
member this.STDifference : Microsoft.SqlServer.Types.SqlGeography -> Microsoft.SqlServer.Types.SqlGeography
Public Function STDifference (other As SqlGeography) As SqlGeography

Parameter

other
SqlGeography

Eine andere SqlGeography Instanz, die angibt, welche Punkte aus der Instanz entfernt werden sollen, für die diese Methode aufgerufen wird.

Gibt zurück

Ein SqlGeography Wert, der alle Für die aufrufende Instanz eindeutigen Punkte darstellt.

Attribute

Gilt für: