共用方式為


GeographyEnvelopeAggregate.Accumulate 方法

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Adds the given SqlGeography object into this geography envelope.

命名空間:  Microsoft.SqlServer.Types
組件:  Microsoft.SqlServer.Types (在 Microsoft.SqlServer.Types.dll 中)

語法

'宣告
Public Sub Accumulate ( _
    g As SqlGeography _
)
'用途
Dim instance As GeographyEnvelopeAggregate 
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
)

參數

請參閱

參考

GeographyEnvelopeAggregate 類別

Microsoft.SqlServer.Types 命名空間