SqlGeography.RingN(Int32) メソッド

定義

SqlGeography インスタンスの指定したリングを返します。1 ≤ n ≤ NumRings() です。

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)]
public Microsoft.SqlServer.Types.SqlGeography RingN(int n);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
member this.RingN : int -> Microsoft.SqlServer.Types.SqlGeography
Public Function RingN (n As Integer) As SqlGeography

パラメーター

n
Int32

1 から多角形インスタンス内のリングの数までの int 式。

返品

n で指定されたリングを表す SqlGeography オブジェクト。

属性

適用対象