다음을 통해 공유


SqlSpatialFunctions.NumRings(DbGeography) 메서드

정의

다각형 인스턴스의 전체 링 수를 반환합니다.

public:
 static Nullable<int> NumRings(System::Data::Spatial::DbGeography ^ geographyValue);
[System.Data.Objects.DataClasses.EdmFunction("SqlServer", "NUMRINGS")]
public static int? NumRings(System.Data.Spatial.DbGeography geographyValue);
[<System.Data.Objects.DataClasses.EdmFunction("SqlServer", "NUMRINGS")>]
static member NumRings : System.Data.Spatial.DbGeography -> Nullable<int>
Public Shared Function NumRings (geographyValue As DbGeography) As Nullable(Of Integer)

매개 변수

geographyValue
DbGeography

지리 값입니다.

반환

전체 링 수입니다.

특성

적용 대상