GeometryCollectionAggregate Class
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.
Represents a geometry collection from the given set of SqlGeometry objects.
[Microsoft.SqlServer.Server.SqlUserDefinedAggregate(Microsoft.SqlServer.Server.Format.UserDefined, IsInvariantToDuplicates=true, IsInvariantToNulls=true, IsInvariantToOrder=true, IsNullIfEmpty=false, MaxByteSize=-1)]
[System.Serializable]
public class GeometryCollectionAggregate : Microsoft.SqlServer.Server.IBinarySerialize
[<Microsoft.SqlServer.Server.SqlUserDefinedAggregate(Microsoft.SqlServer.Server.Format.UserDefined, IsInvariantToDuplicates=true, IsInvariantToNulls=true, IsInvariantToOrder=true, IsNullIfEmpty=false, MaxByteSize=-1)>]
[<System.Serializable>]
type GeometryCollectionAggregate = class
interface IBinarySerialize
Public Class GeometryCollectionAggregate
Implements IBinarySerialize
- Inheritance
-
GeometryCollectionAggregate
- Attributes
- Implements
Geometry |
Initializes a new instance of the GeometryCollectionAggregate class. |
Accumulate(Sql |
Adds the specified SqlGeometry object into this geometry collection. |
Init() |
Initializes the properties of a GeometryCollectionAggregate object. |
Merge(Geometry |
Adds the specified GeometryCollectionAggregate collection into this geometry collection. |
Read(Binary |
Reads a binary representation of a geometry type into a SqlGeometry object. |
Terminate() |
Returns the SqlGeometry object that represents the geometry collection. |
Write(Binary |
Writes a SqlGeometry object to a binary stream. |
Produkt | Versionen |
---|---|
Microsoft.SQLServer.DacFx | 140.3881.1, 150.18208.0, 160.2004021.0, 161.6374.0 |