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
パラメーター
- n
型: System.Int32
1 から SqlGeometry インスタンス内の曲線の数までの整数です。
戻り値
型: Microsoft.SqlServer.Types.SqlGeometry
指定した曲線です。