次の方法で共有


SqlSpatialFunctions.RingN(DbGeography, Nullable<Int32>) メソッド

定義

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

[System.Data.Entity.DbFunction("SqlServer", "RINGN")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="index")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="geographyValue")]
public static System.Data.Entity.Spatial.DbGeography RingN(System.Data.Entity.Spatial.DbGeography geographyValue, Nullable<int> index);
static member RingN : System.Data.Entity.Spatial.DbGeography * Nullable<int> -> System.Data.Entity.Spatial.DbGeography
Public Shared Function RingN (geographyValue As DbGeography, index As Nullable(Of Integer)) As DbGeography

パラメーター

geographyValue
DbGeography

地理的な値。

index
Nullable<Int32>

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

戻り値

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

属性

適用対象