SqlGeography.STNumCurves Method ()

 

Applies To: SQL Server 2016 Preview

Returns the number of curves in a one-dimensional SqlGeography instance.

Namespace:   Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Syntax

[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

Return Value

Type: System.Data.SqlTypes.SqlInt32

The number of curves.

See Also

SqlGeography Class
Microsoft.SqlServer.Types Namespace
STNumCurves (geography Data Type)

Return to top