Sprache

GeographyUnionAggregate Klasse

Definition

Stellt eine Vereinigung einer Gruppe von SqlGeography Objekten dar.

[Microsoft.SqlServer.Server.SqlUserDefinedAggregate(Microsoft.SqlServer.Server.Format.UserDefined, IsInvariantToDuplicates=true, IsInvariantToNulls=true, IsInvariantToOrder=true, IsNullIfEmpty=false, MaxByteSize=-1)]
[System.CLSCompliant(true)]
[System.Serializable]
public class GeographyUnionAggregate : Microsoft.SqlServer.Server.IBinarySerialize
[<Microsoft.SqlServer.Server.SqlUserDefinedAggregate(Microsoft.SqlServer.Server.Format.UserDefined, IsInvariantToDuplicates=true, IsInvariantToNulls=true, IsInvariantToOrder=true, IsNullIfEmpty=false, MaxByteSize=-1)>]
[<System.CLSCompliant(true)>]
[<System.Serializable>]
type GeographyUnionAggregate = class
    interface IBinarySerialize
Public Class GeographyUnionAggregate
Implements IBinarySerialize
Vererbung
GeographyUnionAggregate
Attribute
Implementiert

Konstruktoren

Name Beschreibung
GeographyUnionAggregate()

Initialisiert eine neue Instanz der GeographyUnionAggregate-Klasse.

Methoden

Name Beschreibung
Accumulate(SqlGeography)

Fügt das angegebene SqlGeography Objekt zu dieser geografischen Vereinigung hinzu.

Init()

Initialisiert die Eigenschaften einer GeographyUnionAggregate Instanz.

Merge(GeographyUnionAggregate)

Fügt dieser geografischen Vereinigung ein weiteres GeographyUnionAggregate Objekt hinzu.

Read(BinaryReader)

Liest eine binäre Darstellung eines Geografietyps in ein SqlGeometry -Objekt.

Terminate()

Gibt das SqlGeography Objekt zurück, das diese geografiene Vereinigung darstellt.

Write(BinaryWriter)

Schreibt ein SqlGeography -Objekt in einen binären Datenstrom.

Gilt für: