次の方法で共有


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

定義

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

public:
 static System::Data::Spatial::DbGeography ^ RingN(System::Data::Spatial::DbGeography ^ geographyValue, Nullable<int> index);
[System.Data.Objects.DataClasses.EdmFunction("SqlServer", "RINGN")]
public static System.Data.Spatial.DbGeography RingN (System.Data.Spatial.DbGeography geographyValue, int? index);
[<System.Data.Objects.DataClasses.EdmFunction("SqlServer", "RINGN")>]
static member RingN : System.Data.Spatial.DbGeography * Nullable<int> -> System.Data.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 オブジェクト。

属性

適用対象