Share via


Classe GeographyEnvelopeAggregate

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Hiérarchie d'héritage

System.Object
  Microsoft.SqlServer.Types.GeographyEnvelopeAggregate

Espace de noms :  Microsoft.SqlServer.Types
Assembly :  Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
<SqlUserDefinedAggregateAttribute(Format.Native, IsInvariantToDuplicates := True,  _
    IsInvariantToNulls := True, IsInvariantToOrder := True,  _
    IsNullIfEmpty := True)> _
Public Class GeographyEnvelopeAggregate
'Utilisation
Dim instance As GeographyEnvelopeAggregate
[SerializableAttribute]
[SqlUserDefinedAggregateAttribute(Format.Native, IsInvariantToDuplicates = true, 
    IsInvariantToNulls = true, IsInvariantToOrder = true, 
    IsNullIfEmpty = true)]
public class GeographyEnvelopeAggregate
[SerializableAttribute]
[SqlUserDefinedAggregateAttribute(Format::Native, IsInvariantToDuplicates = true, 
    IsInvariantToNulls = true, IsInvariantToOrder = true, 
    IsNullIfEmpty = true)]
public ref class GeographyEnvelopeAggregate
[<SerializableAttribute>]
[<SqlUserDefinedAggregateAttribute(Format.Native, IsInvariantToDuplicates = true, 
    IsInvariantToNulls = true, IsInvariantToOrder = true, 
    IsNullIfEmpty = true)>]
type GeographyEnvelopeAggregate =  class end
public class GeographyEnvelopeAggregate

Le type GeographyEnvelopeAggregate expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique GeographyEnvelopeAggregate Infrastructure. Initializes a new instance of the GeographyEnvelopeAggregate class.

Haut de la page

Méthodes

  Nom Description
Méthode publique Accumulate Infrastructure. Adds the given SqlGeography object into this geography envelope.
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique Init Infrastructure. Initializes the properties of a GeographyEnvelopeAggregate object.
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique Merge Infrastructure. Adds the given GeographyEnvelopeAggregate collection into this geography envelope.
Méthode publique Terminate Infrastructure. Returns the GeographyEnvelopeAggregate object that represents the geography envelope.
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Types