GeographyConvexHullAggregate.Accumulate 方法
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Adds the given SqlGeography object into this convex hull.
命名空間: Microsoft.SqlServer.Types
組件: Microsoft.SqlServer.Types (在 Microsoft.SqlServer.Types.dll 中)
語法
'宣告
Public Sub Accumulate ( _
g As SqlGeography _
)
'用途
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
)
參數
- g
型別:Microsoft.SqlServer.Types.SqlGeography
The SqlGeography object to add to this convex hull.