SqlGeography.STCurveN(Int32) Método

Definição

Retorna a curva especificada de uma SqlGeography instância que é um LineString, CircularString ou CompoundCurve.

[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

Parâmetros

n
Int32

Um inteiro entre 1 e o número de curvas na SqlGeography instância.

Retornos

A curva especificada.

Atributos

Aplica-se a