次の方法で共有


SqlGeometry.STNumCurves メソッド

1 次元の SqlGeometry インスタンスに含まれる曲線の数を返します。

名前空間:  Microsoft.SqlServer.Types
アセンブリ:  Microsoft.SqlServer.Types (Microsoft.SqlServer.Types.dll)

構文

'宣言
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)> _
Public Function STNumCurves As SqlInt32
'使用
Dim instance As SqlGeometry 
Dim returnValue As SqlInt32 

returnValue = instance.STNumCurves()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public SqlInt32 STNumCurves()
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public:
SqlInt32 STNumCurves()
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
member STNumCurves : unit -> SqlInt32
public function STNumCurves() : SqlInt32

戻り値

型: System.Data.SqlTypes.SqlInt32
曲線の数です。

関連項目

参照

SqlGeometry クラス

Microsoft.SqlServer.Types 名前空間