SqlGeometry.STNumCurves Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the number of curves in a one-dimensional SqlGeometry instance.
[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)]
public System.Data.SqlTypes.SqlInt32 STNumCurves ();
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
member this.STNumCurves : unit -> System.Data.SqlTypes.SqlInt32
Public Function STNumCurves () As SqlInt32
Returns
The number of curves.
- Attributes