Método SqlGeography.STCurveN
Returns the curve specified from a SqlGeography instance that is a LineString, CircularString, or CompoundCurve.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (em Microsoft.SqlServer.Types.dll)
Sintaxe
'Declaração
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)> _
Public Function STCurveN ( _
n As Integer _
) As SqlGeography
'Uso
Dim instance As SqlGeography
Dim n As Integer
Dim returnValue As SqlGeography
returnValue = instance.STCurveN(n)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public SqlGeography STCurveN(
int n
)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public:
SqlGeography^ STCurveN(
int n
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
member STCurveN :
n:int -> SqlGeography
public function STCurveN(
n : int
) : SqlGeography
Parâmetros
- n
Tipo: System.Int32
An integer between 1 and the number of curves in the SqlGeography instance.
Valor de retorno
Tipo: Microsoft.SqlServer.Types.SqlGeography
The specified curve.
Consulte também
Referência
Namespace Microsoft.SqlServer.Types