SqlGeometry.STCurveN 方法 (Int32)

 

返回从 SqlGeometry 实例中指定的曲线,该实例的数据类型为 LineStringCircularStringCompoundCurve

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

语法

[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public SqlGeometry STCurveN(
    int n
)
public:
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
SqlGeometry^ STCurveN(
    int n
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
member STCurveN : 
        n:int -> SqlGeometry
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)>
Public Function STCurveN (
    n As Integer
) As SqlGeometry

参数

返回值

Type: Microsoft.SqlServer.Types.SqlGeometry

指定的曲线。

另请参阅

SqlGeometry 类
Microsoft.SqlServer.Types 命名空间

返回页首