SqlGeometry.STNumCurves 方法 ()

 

返回的曲线数中的一维 SqlGeometry 实例。

命名空间:   Microsoft.SqlServer.Types
程序集:  Microsoft.SqlServer.Types(位于 Microsoft.SqlServer.Types.dll)

语法

[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

返回值

Type: System.Data.SqlTypes.SqlInt32

曲线数。

另请参阅

SqlGeometry 类
Microsoft.SqlServer.Types 命名空间

返回页首