SqlGeography.STNumPoints メソッド

定義

SqlGeography インスタンス内の各図形のポイントの合計数を返します。

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)]
public System.Data.SqlTypes.SqlInt32 STNumPoints();
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
member this.STNumPoints : unit -> System.Data.SqlTypes.SqlInt32
Public Function STNumPoints () As SqlInt32

返品

SqlGeography インスタンスの各図のポイントの合計数を指定する SqlInt32 値。

属性

適用対象