1 次元の SqlGeography インスタンスに含まれる曲線の数を返します。
名前空間: Microsoft.SqlServer.Types
アセンブリ: Microsoft.SqlServer.Types (Microsoft.SqlServer.Types.dll)
構文
'宣言
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)> _
Public Function STNumCurves As SqlInt32
'使用
Dim instance As SqlGeography
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
曲線の数です。
関連項目
参照
Microsoft.SqlServer.Types 名前空間