Lingua

GeometryCollectionAggregate Classe

Definizione

Rappresenta una raccolta geometry dal set di SqlGeometry 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 GeometryCollectionAggregate : 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 GeometryCollectionAggregate = class
    interface IBinarySerialize
Public Class GeometryCollectionAggregate
Implements IBinarySerialize
Ereditarietà
GeometryCollectionAggregate
Attributi
Implementazioni

Costruttori

Nome Descrizione
GeometryCollectionAggregate()

Inizializza una nuova istanza della classe GeometryCollectionAggregate.

Metodi

Nome Descrizione
Accumulate(SqlGeometry)

Aggiunge l'oggetto specificato SqlGeometry in questa raccolta geometry.

Init()

Inizializza le proprietà di un GeometryCollectionAggregate oggetto .

Merge(GeometryCollectionAggregate)

Aggiunge la raccolta specificata GeometryCollectionAggregate in questa raccolta geometry.

Read(BinaryReader)

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

Terminate()

Restituisce l'oggetto SqlGeometry che rappresenta l'insieme geometry.

Write(BinaryWriter)

Scrive un oggetto SqlGeometry in un flusso binario.

Si applica a