Метод 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
)
Параметры
- g
Тип: Microsoft.SqlServer.Types.SqlGeography
The SqlGeography object to add to this geography envelope.