Condividi tramite


Metodo SqlGeometry.STCurveN

Returns the curve specified from a SqlGeometry instance that is a LineString, CircularString, or CompoundCurve.

Spazio dei nomi  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Sintassi

'Dichiarazione
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)> _
Public Function STCurveN ( _
    n As Integer _
) As SqlGeometry
'Utilizzo
Dim instance As SqlGeometry 
Dim n As Integer 
Dim returnValue As SqlGeometry 

returnValue = instance.STCurveN(n)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public SqlGeometry STCurveN(
    int n
)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public:
SqlGeometry^ STCurveN(
    int n
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
member STCurveN : 
        n:int -> SqlGeometry
public function STCurveN(
    n : int
) : SqlGeometry

Parametri

Valore restituito

Tipo: Microsoft.SqlServer.Types.SqlGeometry
The specified curve.

Vedere anche

Riferimento

SqlGeometry Classe

Spazio dei nomi Microsoft.SqlServer.Types