Sprache

GeographyCollectionAggregate Klasse

Definition

Stellt eine Geografieauflistung aus der angegebenen 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.Serializable]
public class GeographyCollectionAggregate : Microsoft.SqlServer.Server.IBinarySerialize
[<Microsoft.SqlServer.Server.SqlUserDefinedAggregate(Microsoft.SqlServer.Server.Format.UserDefined, IsInvariantToDuplicates=true, IsInvariantToNulls=true, IsInvariantToOrder=true, IsNullIfEmpty=false, MaxByteSize=-1)>]
[<System.Serializable>]
type GeographyCollectionAggregate = class
    interface IBinarySerialize
Public Class GeographyCollectionAggregate
Implements IBinarySerialize
Vererbung
GeographyCollectionAggregate
Attribute
Implementiert

Konstruktoren

Name Beschreibung
GeographyCollectionAggregate()

Initialisiert eine neue instance der GeographyCollectionAggregate -Klasse.

Methoden

Name Beschreibung
Accumulate(SqlGeography)

Fügt das angegebene SqlGeography Objekt dieser Geografieauflistung hinzu.

Init()

Initialisiert die Eigenschaften eines GeographyCollectionAggregate Objekts.

Merge(GeographyCollectionAggregate)

Fügt die angegebene GeographyCollectionAggregate Auflistung zu dieser geografierten Auflistung hinzu.

Read(BinaryReader)

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

Terminate()

Gibt das SqlGeography Objekt zurück, das die Geografieauflistung darstellt.

Write(BinaryWriter)

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

Gilt für: