LineString、CircularString、または CompoundCurve の SqlGeography インスタンスから指定された曲線を返します。
名前空間: Microsoft.SqlServer.Types
アセンブリ: Microsoft.SqlServer.Types (Microsoft.SqlServer.Types.dll)
構文
'宣言
<SqlMethodAttribute(IsDeterministic := True, IsPrecise := True)> _
Public Function STCurveN ( _
n As Integer _
) As SqlGeography
'使用
Dim instance As SqlGeography
Dim n As Integer
Dim returnValue As SqlGeography
returnValue = instance.STCurveN(n)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public SqlGeography STCurveN(
int n
)
[SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)]
public:
SqlGeography^ STCurveN(
int n
)
[<SqlMethodAttribute(IsDeterministic = true, IsPrecise = true)>]
member STCurveN :
n:int -> SqlGeography
public function STCurveN(
n : int
) : SqlGeography
パラメーター
- n
型: System.Int32
1 から SqlGeography インスタンス内の曲線の数までの整数です。
戻り値
型: Microsoft.SqlServer.Types.SqlGeography
指定した曲線です。
関連項目
参照
Microsoft.SqlServer.Types 名前空間