SqlGeography.STCurveN 方法 (Int32)

 

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

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

语法

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

参数

返回值

Type: Microsoft.SqlServer.Types.SqlGeography

指定的曲线。

另请参阅

SqlGeography 类
Microsoft.SqlServer.Types 命名空间
STCurveN(geography 数据类型)

返回页首