GeographyEnvelopeAggregate-Klasse

 

Diese API unterstützt die Produkt Infrastruktur und sollte nicht direkt aus dem Code verwendet werden.

Stellt einen Geografieumschlag aus einem vorhandenen Satz von SqlGeography-Objekten dar.

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

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Types.GeographyEnvelopeAggregate

Syntax

[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
<SerializableAttribute>
<SqlUserDefinedAggregateAttribute(Format.Native, IsInvariantToDuplicates := True,
    IsInvariantToNulls := True, IsInvariantToOrder := True, IsNullIfEmpty := True)>
Public Class GeographyEnvelopeAggregate

Konstruktoren

Name Beschreibung
System_CAPS_pubmethod GeographyEnvelopeAggregate()

Diese API unterstützt die Produkt Infrastruktur und sollte nicht direkt aus dem Code verwendet werden. Initialisiert eine neue Instanz der der GeographyEnvelopeAggregate Klasse.

Methoden

Name Beschreibung
System_CAPS_pubmethod Accumulate(SqlGeography)

Diese API unterstützt die Produkt Infrastruktur und sollte nicht direkt aus dem Code verwendet werden. Fügt das vorhandene SqlGeography-Objekt diesem geography-Umschlag hinzu.

System_CAPS_pubmethod Equals(Object)

(Geerbt von „Object“.)

System_CAPS_protmethod Finalize()

(Geerbt von „Object“.)

System_CAPS_pubmethod GetHashCode()

(Geerbt von „Object“.)

System_CAPS_pubmethod GetType()

(Geerbt von „Object“.)

System_CAPS_pubmethod Init()

Diese API unterstützt die Produkt Infrastruktur und sollte nicht direkt aus dem Code verwendet werden. Initialisiert die Eigenschaften einer GeographyEnvelopeAggregate Objekt.

System_CAPS_protmethod MemberwiseClone()

(Geerbt von „Object“.)

System_CAPS_pubmethod Merge(GeographyEnvelopeAggregate)

Diese API unterstützt die Produkt Infrastruktur und sollte nicht direkt aus dem Code verwendet werden. Fügt die angegebene GeographyEnvelopeAggregate-Auflistung diesem geography-Umschlag hinzu.

System_CAPS_pubmethod Terminate()

Diese API unterstützt die Produkt Infrastruktur und sollte nicht direkt aus dem Code verwendet werden. Gibt das GeographyEnvelopeAggregate-Objekt zurück, das den geography-Umschlag darstellt.

System_CAPS_pubmethod ToString()

(Geerbt von „Object“.)

Threadsicherheit

Alle öffentlichen statischen Member ( Shared in Visual Basic) dieses Typs sind threadsicher. Die Threadsicherheit für Instanzmember ist nicht garantiert.

Siehe auch

Microsoft.SqlServer.Types-Namespace

Zurück zum Anfang