GeographyCollectionAggregate.Accumulate(SqlGeography) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds the given SqlGeography object into this geography collection.
public void Accumulate (Microsoft.SqlServer.Types.SqlGeography g);
abstract member Accumulate : Microsoft.SqlServer.Types.SqlGeography -> unit
override this.Accumulate : Microsoft.SqlServer.Types.SqlGeography -> unit
Public Sub Accumulate (g As SqlGeography)
Parameters
The SqlGeography object to add to this geography collection.