GeometryEnvelopeAggregate.Accumulate-Methode
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Adds the given SqlGeometry object into this geometry envelope.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
Syntax
'Declaration
Public Sub Accumulate ( _
g As SqlGeometry _
)
'Usage
Dim instance As GeometryEnvelopeAggregate
Dim g As SqlGeometry
instance.Accumulate(g)
public void Accumulate(
SqlGeometry g
)
public:
virtual void Accumulate(
SqlGeometry^ g
) sealed
abstract Accumulate :
g:SqlGeometry -> unit
override Accumulate :
g:SqlGeometry -> unit
public final function Accumulate(
g : SqlGeometry
)
Parameter
- g
Typ: Microsoft.SqlServer.Types.SqlGeometry
The SqlGeometry object to add into this geometry envelope.