GeographyConvexHullAggregate.Accumulate-Methode
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Adds the given SqlGeography object into this convex hull.
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 GeographyConvexHullAggregate
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
)
Parameter
- g
Typ: Microsoft.SqlServer.Types.SqlGeography
The SqlGeography object to add to this convex hull.