次の方法で共有


GeographyUnionAggregate.Accumulate メソッド

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

指定した SqlGeography オブジェクトをこの geography の和集合に追加します。

名前空間:  Microsoft.SqlServer.Types
アセンブリ:  Microsoft.SqlServer.Types (Microsoft.SqlServer.Types.dll)

構文

'宣言
Public Sub Accumulate ( _
    g As SqlGeography _
)
'使用
Dim instance As GeographyUnionAggregate 
Dim g As SqlGeography

instance.Accumulate(g)
public void Accumulate(
    SqlGeography g
)
public:
virtual void Accumulate(
    SqlGeography^ g
) sealed
abstract Accumulate : 
        g:SqlGeography -> unit  
override Accumulate : 
        g:SqlGeography -> unit
public final function Accumulate(
    g : SqlGeography
)

パラメーター

関連項目

参照

GeographyUnionAggregate クラス

Microsoft.SqlServer.Types 名前空間