Condividi tramite


Classe GeographyCollectionAggregate

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Represents a geography collection from the given set of SqlGeography objects.

Gerarchia di ereditarietà

System.Object
  Microsoft.SqlServer.Types.GeographyCollectionAggregate

Spazio dei nomi  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
<SqlUserDefinedAggregateAttribute(Format.UserDefined, IsInvariantToDuplicates := True,  _
    IsInvariantToNulls := True, IsInvariantToOrder := True,  _
    IsNullIfEmpty := False, MaxByteSize := )> _
Public Class GeographyCollectionAggregate _
    Implements IBinarySerialize
'Utilizzo
Dim instance As GeographyCollectionAggregate
[SerializableAttribute]
[SqlUserDefinedAggregateAttribute(Format.UserDefined, IsInvariantToDuplicates = true, 
    IsInvariantToNulls = true, IsInvariantToOrder = true, 
    IsNullIfEmpty = false, MaxByteSize = )]
public class GeographyCollectionAggregate : IBinarySerialize
[SerializableAttribute]
[SqlUserDefinedAggregateAttribute(Format::UserDefined, IsInvariantToDuplicates = true, 
    IsInvariantToNulls = true, IsInvariantToOrder = true, 
    IsNullIfEmpty = false, MaxByteSize = )]
public ref class GeographyCollectionAggregate : IBinarySerialize
[<SerializableAttribute>]
[<SqlUserDefinedAggregateAttribute(Format.UserDefined, IsInvariantToDuplicates = true, 
    IsInvariantToNulls = true, IsInvariantToOrder = true, 
    IsNullIfEmpty = false, MaxByteSize = )>]
type GeographyCollectionAggregate =  
    class 
        interface IBinarySerialize 
    end
public class GeographyCollectionAggregate implements IBinarySerialize

Nel tipo GeographyCollectionAggregate sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico GeographyCollectionAggregate Infrastruttura. Initializes a new instance of GeographyCollectionAggregate class.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Accumulate Infrastruttura. Adds the given SqlGeography object into this geography collection.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico Init Infrastruttura. Initializes the properties of a GeographyCollectionAggregate object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico Merge Infrastruttura. Adds the given GeographyCollectionAggregate collection into this geography collection.
Metodo pubblico Read Infrastruttura. Reads a binary representation of a geography type into a SqlGeometry object.
Metodo pubblico Terminate Infrastruttura. Returns the SqlGeography object that represents the geography collection.
Metodo pubblico ToString Ereditato da Object.
Metodo pubblico Write Infrastruttura. Writes a SqlGeography object to a binary stream.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Types