다음을 통해 공유


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 사이의 정수 식입니다.

반환

n으로 지정된 링을 나타내는 SqlGeography 개체입니다.

특성

적용 대상