GeometryCollectionAggregate.Accumulate 메서드
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Adds the specified SqlGeometry object into this geometry collection.
네임스페이스: Microsoft.SqlServer.Types
어셈블리: Microsoft.SqlServer.Types(Microsoft.SqlServer.Types.dll)
구문
‘선언
Public Sub Accumulate ( _
g As SqlGeometry _
)
‘사용 방법
Dim instance As GeometryCollectionAggregate
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
)
매개 변수
- g
유형: Microsoft.SqlServer.Types.SqlGeometry
The SqlGeometry object to add to this collection.