Sprache

SqlGeography.STIntersection(SqlGeography) Methode

Definition

Gibt ein Objekt zurück, das die Punkte darstellt, in denen eine SqlGeography Instanz eine andere SqlGeography Instanz überschneidet.

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

Parameter

other
SqlGeography

Eine SqlGeography Instanz, die mit der Instanz verglichen wird, für die STIntersection(SqlGeography) aufgerufen wird.

Gibt zurück

Ein SqlGeography Wert, der die Punkte enthält, in denen die angegebene SqlGeography Instanz die aktuelle SqlGeography Instanz überschneidet.

Attribute

Gilt für: