GeographyEnvelopeAggregate Class
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents a geography envelope from the given set of SqlGeography objects.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Types.GeographyEnvelopeAggregate
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
Syntax
'Declaration
<SerializableAttribute> _
<SqlUserDefinedAggregateAttribute(Format.Native, IsInvariantToDuplicates := True, _
IsInvariantToNulls := True, IsInvariantToOrder := True, _
IsNullIfEmpty := True)> _
Public Class GeographyEnvelopeAggregate
'Usage
Dim instance As GeographyEnvelopeAggregate
[SerializableAttribute]
[SqlUserDefinedAggregateAttribute(Format.Native, IsInvariantToDuplicates = true,
IsInvariantToNulls = true, IsInvariantToOrder = true,
IsNullIfEmpty = true)]
public class GeographyEnvelopeAggregate
[SerializableAttribute]
[SqlUserDefinedAggregateAttribute(Format::Native, IsInvariantToDuplicates = true,
IsInvariantToNulls = true, IsInvariantToOrder = true,
IsNullIfEmpty = true)]
public ref class GeographyEnvelopeAggregate
[<SerializableAttribute>]
[<SqlUserDefinedAggregateAttribute(Format.Native, IsInvariantToDuplicates = true,
IsInvariantToNulls = true, IsInvariantToOrder = true,
IsNullIfEmpty = true)>]
type GeographyEnvelopeAggregate = class end
public class GeographyEnvelopeAggregate
The GeographyEnvelopeAggregate type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GeographyEnvelopeAggregate | Infrastructure. Initializes a new instance of the GeographyEnvelopeAggregate class. |
Top
Methods
Name | Description | |
---|---|---|
Accumulate | Infrastructure. Adds the given SqlGeography object into this geography envelope. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Init | Infrastructure. Initializes the properties of a GeographyEnvelopeAggregate object. | |
MemberwiseClone | (Inherited from Object.) | |
Merge | Infrastructure. Adds the given GeographyEnvelopeAggregate collection into this geography envelope. | |
Terminate | Infrastructure. Returns the GeographyEnvelopeAggregate object that represents the geography envelope. | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.