다음을 통해 공유


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

반환

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

특성

적용 대상