GeographyEnvelopeAggregate.Accumulate Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Adds the given SqlGeography object into this geography envelope.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
Syntax
'Declaration
Public Sub Accumulate ( _
g As SqlGeography _
)
'Usage
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
)
Parameters
- g
Type: Microsoft.SqlServer.Types.SqlGeography
The SqlGeography object to add to this geography envelope.