GeographyCollectionAggregate Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents a geography collection from the given set of SqlGeography objects.
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
| Name | Description | |
|---|---|---|
![]() | GeographyCollectionAggregate() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of GeographyCollectionAggregate class. |
| Name | Description | |
|---|---|---|
![]() | Accumulate(SqlGeography^) | This API supports the product infrastructure and is not intended to be used directly from your code. Adds the given SqlGeography object into this geography collection. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Init() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes the properties of a GeographyCollectionAggregate object. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Merge(GeographyCollectionAggregate^) | This API supports the product infrastructure and is not intended to be used directly from your code. Adds the given GeographyCollectionAggregate collection into this geography collection. |
![]() | Read(BinaryReader^) | This API supports the product infrastructure and is not intended to be used directly from your code. Reads a binary representation of a geography type into a SqlGeometry object. |
![]() | Terminate() | This API supports the product infrastructure and is not intended to be used directly from your code. Returns the SqlGeography object that represents the geography collection. |
![]() | ToString() | (Inherited from Object.) |
![]() | Write(BinaryWriter^) | This API supports the product infrastructure and is not intended to be used directly from your code. Writes a SqlGeography object to a binary stream. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

