Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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
)
Parameters
- g
Type: Microsoft.SqlServer.Types.SqlGeography
The SqlGeography object to add to this convex hull.