次の方法で共有


SqlGeometry.STCurveN メソッド

LineString、CircularString、または CompoundCurve の SqlGeometry インスタンスから指定された曲線を返します。

名前空間:  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
指定した曲線です。

関連項目

参照

SqlGeometry クラス

Microsoft.SqlServer.Types 名前空間