GeographyCollectionAggregate.Accumulate Método
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Adds the given SqlGeography object into this geography collection.
Espacio de nombres: Microsoft.SqlServer.Types
Ensamblado: Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)
Sintaxis
'Declaración
Public Sub Accumulate ( _
g As SqlGeography _
)
'Uso
Dim instance As GeographyCollectionAggregate
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 collection.