SqlGeometry.STNumPoints メソッド

定義

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

[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

返品

呼び出し元のインスタンス内の各図形のポイント数の合計を含む SqlInt32 値。

属性

適用対象