Compartir a través de


Método SqlGeography.STNumCurves ()

 

Devuelve el número de curvas de una instancia unidimensional de SqlGeography.

Espacio de nombres:   Microsoft.SqlServer.Types
Ensamblado:  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Sintaxis

[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public SqlInt32 STNumCurves()
public:
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
SqlInt32 STNumCurves()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
member STNumCurves : unit -> SqlInt32
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)>
Public Function STNumCurves As SqlInt32

Valor devuelto

Type: System.Data.SqlTypes.SqlInt32

Número de curvas.

Ver también

Clase SqlGeography
Espacio de nombres Microsoft.SqlServer.Types
STNumCurves (tipo de datos geography)

Volver al principio