Lingua

GeometryUnionAggregate Classe

Definizione

Rappresenta un'unione da un set di SqlGeometry oggetti.

[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 GeometryUnionAggregate : 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 GeometryUnionAggregate = class
    interface IBinarySerialize
Public Class GeometryUnionAggregate
Implements IBinarySerialize
Ereditarietà
GeometryUnionAggregate
Attributi
Implementazioni

Costruttori

Nome Descrizione
GeometryUnionAggregate()

Inizializza una nuova istanza della classe GeometryUnionAggregate.

Metodi

Nome Descrizione
Accumulate(SqlGeometry)

Aggiunge l'oggetto specificato SqlGeometry in questa unione geometrica.

Init()

Inizializza le proprietà di un GeometryUnionAggregate oggetto .

Merge(GeometryUnionAggregate)

Aggiunge l'oggetto specificato GeometryUnionAggregate in questa unione geometrica.

Read(BinaryReader)

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

Terminate()

Restituisce l'oggetto SqlGeometry che rappresenta questa unione geometrica.

Write(BinaryWriter)

Scrive un'istanza SqlGeometry in un flusso binario.

Si applica a