SqlGeometry.STCurveN 方法

Returns the curve specified from a SqlGeometry instance that is a LineString, CircularString, or CompoundCurve.

命名空间:  Microsoft.SqlServer.Types
程序集:  Microsoft.SqlServer.Types(在 Microsoft.SqlServer.Types.dll 中)

语法

声明
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)> _
Public Function STCurveN ( _
    n As Integer _
) As SqlGeometry
用法
Dim instance As SqlGeometry 
Dim n As Integer 
Dim returnValue As SqlGeometry 

returnValue = instance.STCurveN(n)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public SqlGeometry STCurveN(
    int n
)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public:
SqlGeometry^ STCurveN(
    int n
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
member STCurveN : 
        n:int -> SqlGeometry
public function STCurveN(
    n : int
) : SqlGeometry

参数

返回值

类型:Microsoft.SqlServer.Types.SqlGeometry
The specified curve.

请参阅

参考

SqlGeometry 类

Microsoft.SqlServer.Types 命名空间