Sprache

GeometryEnvelopeAggregate Klasse

Definition

Stellt einen Geometrieumschlag basierend auf der angegebenen Gruppe von SqlGeometry Objekten dar.

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

Konstruktoren

Name Beschreibung
GeometryEnvelopeAggregate()

Initialisiert eine neue instance der GeometryEnvelopeAggregate -Klasse.

Methoden

Name Beschreibung
Accumulate(SqlGeometry)

Fügt das angegebene SqlGeometry Objekt zu diesem Geometrieumschlag hinzu.

Init()

Initialisiert die Eigenschaften einer GeometryEnvelopeAggregate Instanz.

Merge(GeometryEnvelopeAggregate)

Fügt das angegebene GeometryEnvelopeAggregate Objekt zu diesem Geometrieumschlag hinzu.

Terminate()

Gibt das SqlGeometry Objekt zurück, das diesen Geometrieumschlag darstellt.

Gilt für: