Freigeben über


GeographyUnionAggregate-Klasse

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Represents a union of a set of SqlGeography objects.

Vererbungshierarchie

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

Der GeographyUnionAggregate-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode GeographyUnionAggregate Infrastruktur Initializes a new instance of the GeographyUnionAggregate class.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Accumulate Infrastruktur Adds the given SqlGeography object into this geography union.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode Init Infrastruktur Initializes the properties of a GeographyUnionAggregate instance.
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode Merge Infrastruktur Adds another GeographyUnionAggregate object into this geography union.
Öffentliche Methode Read Infrastruktur Reads a binary representation of a geography type into a SqlGeometry object.
Öffentliche Methode Terminate Infrastruktur Returns the SqlGeography object that represents this geography union.
Öffentliche Methode ToString (Geerbt von Object.)
Öffentliche Methode Write Infrastruktur Writes a SqlGeography object to a binary stream.

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Types-Namespace