다음을 통해 공유


SqlSpatialFunctions.NumRings(DbGeography) 메서드

정의

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

[System.Data.Entity.DbFunction("SqlServer", "NUMRINGS")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Justification="Naming convention prescribed by OGC specification", MessageId="Num")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="geographyValue")]
public static Nullable<int> NumRings(System.Data.Entity.Spatial.DbGeography geographyValue);
static member NumRings : System.Data.Entity.Spatial.DbGeography -> Nullable<int>
Public Shared Function NumRings (geographyValue As DbGeography) As Nullable(Of Integer)

매개 변수

geographyValue
DbGeography

지리 값입니다.

반환

전체 링 수입니다.

특성

적용 대상