SqlGeography.STCurveN(Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
LineString、CircularString、または CompoundCurve SqlGeography インスタンスから指定された曲線を返します。
[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)]
public Microsoft.SqlServer.Types.SqlGeography STCurveN(int n);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
member this.STCurveN : int -> Microsoft.SqlServer.Types.SqlGeography
Public Function STCurveN (n As Integer) As SqlGeography
パラメーター
- n
- Int32
1 から SqlGeography インスタンス内の曲線の数までの整数。
返品
指定した曲線。
- 属性