Lingua

GeographyCollectionAggregate Classe

Definizione

Rappresenta un insieme geography dal set di SqlGeography oggetti specificato.

[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
Ereditarietà
GeographyCollectionAggregate
Attributi
Implementazioni

Costruttori

Nome Descrizione
GeographyCollectionAggregate()

Inizializza una nuova istanza della GeographyCollectionAggregate classe .

Metodi

Nome Descrizione
Accumulate(SqlGeography)

Aggiunge l'oggetto specificato SqlGeography in questa raccolta geography.

Init()

Inizializza le proprietà di un GeographyCollectionAggregate oggetto .

Merge(GeographyCollectionAggregate)

Aggiunge la raccolta specificata GeographyCollectionAggregate in questa raccolta geography.

Read(BinaryReader)

Legge una rappresentazione binaria di un tipo geography in un oggetto SqlGeometry.

Terminate()

Restituisce l'oggetto SqlGeography che rappresenta l'insieme geography.

Write(BinaryWriter)

Scrive un oggetto SqlGeography in un flusso binario.

Si applica a