GeographyEnvelopeAggregate classe

 

Cette API prend en charge l’infrastructure de produit et n’est pas destinée à être utilisée directement depuis votre code.

Représente une enveloppe geography de l'ensemble d'objets SqlGeography donné.

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

Hiérarchie d’héritage

System.Object
  Microsoft.SqlServer.Types.GeographyEnvelopeAggregate

Syntaxe

[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
<SerializableAttribute>
<SqlUserDefinedAggregateAttribute(Format.Native, IsInvariantToDuplicates := True,
    IsInvariantToNulls := True, IsInvariantToOrder := True, IsNullIfEmpty := True)>
Public Class GeographyEnvelopeAggregate

Constructeurs

Nom Description
System_CAPS_pubmethod GeographyEnvelopeAggregate()

Cette API prend en charge l’infrastructure de produit et n’est pas destinée à être utilisée directement depuis votre code. Initialise une nouvelle instance de la GeographyEnvelopeAggregate classe.

Méthodes

Nom Description
System_CAPS_pubmethod Accumulate(SqlGeography)

Cette API prend en charge l’infrastructure de produit et n’est pas destinée à être utilisée directement depuis votre code. Ajoute l'objet SqlGeography donné à cette enveloppe geography.

System_CAPS_pubmethod Equals(Object)

(Hérité de Object.)

System_CAPS_protmethod Finalize()

(Hérité de Object.)

System_CAPS_pubmethod GetHashCode()

(Hérité de Object.)

System_CAPS_pubmethod GetType()

(Hérité de Object.)

System_CAPS_pubmethod Init()

Cette API prend en charge l’infrastructure de produit et n’est pas destinée à être utilisée directement depuis votre code. Initialise les propriétés d’un GeographyEnvelopeAggregate objet.

System_CAPS_protmethod MemberwiseClone()

(Hérité de Object.)

System_CAPS_pubmethod Merge(GeographyEnvelopeAggregate)

Cette API prend en charge l’infrastructure de produit et n’est pas destinée à être utilisée directement depuis votre code. Ajoute la collection GeographyEnvelopeAggregate donnée à cette enveloppe geography.

System_CAPS_pubmethod Terminate()

Cette API prend en charge l’infrastructure de produit et n’est pas destinée à être utilisée directement depuis votre code. Retourne l'objet GeographyEnvelopeAggregate qui représente cette enveloppe geography.

System_CAPS_pubmethod ToString()

(Hérité de Object.)

Cohérence de thread

Tous les membres statiques publics ( Shared en Visual Basic) de ce type sont thread-safe. Les membres d’instance n’ont pas la garantie d’être thread-safe.

Voir aussi

Microsoft.SqlServer.Types espace de noms

Retour au début