Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents a union of a set of SqlGeography objects.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Types.GeographyUnionAggregate
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
Syntax
'Declaration
<SerializableAttribute> _
<CLSCompliantAttribute(True)> _
<SqlUserDefinedAggregateAttribute(Format.UserDefined, IsInvariantToDuplicates := True, _
IsInvariantToNulls := True, IsInvariantToOrder := True, _
IsNullIfEmpty := False, MaxByteSize := )> _
Public Class GeographyUnionAggregate _
Implements IBinarySerialize
'Usage
Dim instance As GeographyUnionAggregate
[SerializableAttribute]
[CLSCompliantAttribute(true)]
[SqlUserDefinedAggregateAttribute(Format.UserDefined, IsInvariantToDuplicates = true,
IsInvariantToNulls = true, IsInvariantToOrder = true,
IsNullIfEmpty = false, MaxByteSize = )]
public class GeographyUnionAggregate : IBinarySerialize
[SerializableAttribute]
[CLSCompliantAttribute(true)]
[SqlUserDefinedAggregateAttribute(Format::UserDefined, IsInvariantToDuplicates = true,
IsInvariantToNulls = true, IsInvariantToOrder = true,
IsNullIfEmpty = false, MaxByteSize = )]
public ref class GeographyUnionAggregate : IBinarySerialize
[<SerializableAttribute>]
[<CLSCompliantAttribute(true)>]
[<SqlUserDefinedAggregateAttribute(Format.UserDefined, IsInvariantToDuplicates = true,
IsInvariantToNulls = true, IsInvariantToOrder = true,
IsNullIfEmpty = false, MaxByteSize = )>]
type GeographyUnionAggregate =
class
interface IBinarySerialize
end
public class GeographyUnionAggregate implements IBinarySerialize
The GeographyUnionAggregate type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
GeographyUnionAggregate | Infrastructure. Initializes a new instance of the GeographyUnionAggregate class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Accumulate | Infrastructure. Adds the given SqlGeography object into this geography union. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
Init | Infrastructure. Initializes the properties of a GeographyUnionAggregate instance. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Merge | Infrastructure. Adds another GeographyUnionAggregate object into this geography union. |
![]() |
Read | Infrastructure. Reads a binary representation of a geography type into a SqlGeometry object. |
![]() |
Terminate | Infrastructure. Returns the SqlGeography object that represents this geography union. |
![]() |
ToString | (Inherited from Object.) |
![]() |
Write | Infrastructure. Writes a SqlGeography object to a binary stream. |
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.