GeographyConvexHullAggregate.Accumulate(SqlGeography) メソッド

定義

指定した SqlGeography オブジェクトをこの凸包に追加します。

public void Accumulate(Microsoft.SqlServer.Types.SqlGeography g);
abstract member Accumulate : Microsoft.SqlServer.Types.SqlGeography -> unit
override this.Accumulate : Microsoft.SqlServer.Types.SqlGeography -> unit
Public Sub Accumulate (g As SqlGeography)

パラメーター

g
SqlGeography

この凸包に追加する SqlGeography オブジェクト。

適用対象