Sprache

GeographyEnvelopeAggregate Klasse

Definition

Stellt einen Geografieumschlag aus der angegebenen Gruppe von SqlGeography Objekten dar.

[Microsoft.SqlServer.Server.SqlUserDefinedAggregate(Microsoft.SqlServer.Server.Format.Native, IsInvariantToDuplicates=true, IsInvariantToNulls=true, IsInvariantToOrder=true, IsNullIfEmpty=true)]
[System.Serializable]
public class GeographyEnvelopeAggregate
[<Microsoft.SqlServer.Server.SqlUserDefinedAggregate(Microsoft.SqlServer.Server.Format.Native, IsInvariantToDuplicates=true, IsInvariantToNulls=true, IsInvariantToOrder=true, IsNullIfEmpty=true)>]
[<System.Serializable>]
type GeographyEnvelopeAggregate = class
Public Class GeographyEnvelopeAggregate
Vererbung
GeographyEnvelopeAggregate
Attribute

Konstruktoren

Name Beschreibung
GeographyEnvelopeAggregate()

Initialisiert eine neue Instanz der GeographyEnvelopeAggregate-Klasse.

Methoden

Name Beschreibung
Accumulate(SqlGeography)

Fügt das angegebene SqlGeography Objekt zu diesem Geografieumschlag hinzu.

Init()

Initialisiert die Eigenschaften eines GeographyEnvelopeAggregate Objekts.

Merge(GeographyEnvelopeAggregate)

Fügt die angegebene GeographyEnvelopeAggregate Auflistung zu diesem geografierten Umschlag hinzu.

Terminate()

Gibt das GeographyEnvelopeAggregate Objekt zurück, das den Geografieumschlag darstellt.

Gilt für: