Método GeographyEnvelopeAggregate.Accumulate
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Adds the given SqlGeography object into this geography envelope.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (em Microsoft.SqlServer.Types.dll)
Sintaxe
'Declaração
Public Sub Accumulate ( _
g As SqlGeography _
)
'Uso
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
)
Parâmetros
- g
Tipo: Microsoft.SqlServer.Types.SqlGeography
The SqlGeography object to add to this geography envelope.