次の方法で共有


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

地理的な値。

戻り値

リングの総数。

属性

適用対象