Freigeben über


GeometryCollectionAggregate-Klasse

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

Represents a geometry collection from the given set of SqlGeometry objects.

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Types.GeometryCollectionAggregate

Namespace:  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Syntax

'Declaration
<SerializableAttribute> _
<SqlUserDefinedAggregateAttribute(Format.UserDefined, IsInvariantToDuplicates := True,  _
    IsInvariantToNulls := True, IsInvariantToOrder := True,  _
    IsNullIfEmpty := False, MaxByteSize := )> _
Public Class GeometryCollectionAggregate _
    Implements IBinarySerialize
'Usage
Dim instance As GeometryCollectionAggregate
[SerializableAttribute]
[SqlUserDefinedAggregateAttribute(Format.UserDefined, IsInvariantToDuplicates = true, 
    IsInvariantToNulls = true, IsInvariantToOrder = true, 
    IsNullIfEmpty = false, MaxByteSize = )]
public class GeometryCollectionAggregate : IBinarySerialize
[SerializableAttribute]
[SqlUserDefinedAggregateAttribute(Format::UserDefined, IsInvariantToDuplicates = true, 
    IsInvariantToNulls = true, IsInvariantToOrder = true, 
    IsNullIfEmpty = false, MaxByteSize = )]
public ref class GeometryCollectionAggregate : IBinarySerialize
[<SerializableAttribute>]
[<SqlUserDefinedAggregateAttribute(Format.UserDefined, IsInvariantToDuplicates = true, 
    IsInvariantToNulls = true, IsInvariantToOrder = true, 
    IsNullIfEmpty = false, MaxByteSize = )>]
type GeometryCollectionAggregate =  
    class 
        interface IBinarySerialize 
    end
public class GeometryCollectionAggregate implements IBinarySerialize

Der GeometryCollectionAggregate-Typ macht folgende Elemente verfügbar.

Konstruktoren

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Accumulate Infrastruktur Adds the specified SqlGeometry object into this geometry collection.
Ö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 GeometryCollectionAggregate object.
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode Merge Infrastruktur Adds the specified GeometryCollectionAggregate collection into this geometry collection.
Öffentliche Methode Read Infrastruktur Reads a binary representation of a geometry type into a SqlGeometry object.
Öffentliche Methode Terminate Infrastruktur Returns the SqlGeometry object that represents the geometry collection.
Öffentliche Methode ToString (Geerbt von Object.)
Öffentliche Methode Write Infrastruktur Writes a SqlGeometry 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