SqlSpatialFunctions.NumRings(DbGeography) メソッド

定義

Polygon インスタンス内のリングの合計数を返します。

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

geography 値。

返品

リングの合計数。

属性

適用対象