Expand Minimize
This topic has not yet been rated - Rate this topic

SqlGeography.STNumCurves Method

SQL Server 2012

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

Namespace:  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
'Declaration
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)> _
PublicFunctionSTNumCurvesAsSqlInt32
'Usage
DiminstanceAsSqlGeographyDimreturnValueAsSqlInt32returnValue = instance.STNumCurves()

Return Value

Type: System.Data.SqlTypes.SqlInt32
The number of curves.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.