Sprache

SqlGeography.STCurveN(Int32) Methode

Definition

Gibt die von einer Instanz angegebene Kurve zurück, bei der es sich um eine SqlGeography LineString-, CircularString- oder CompoundCurve-Instanz handelt.

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)]
public Microsoft.SqlServer.Types.SqlGeography STCurveN(int n);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
member this.STCurveN : int -> Microsoft.SqlServer.Types.SqlGeography
Public Function STCurveN (n As Integer) As SqlGeography

Parameter

n
Int32

Eine ganze Zahl zwischen 1 und der Anzahl der Kurven in der SqlGeography Instanz.

Gibt zurück

Die angegebene Kurve.

Attribute

Gilt für: