Freigeben über


GeographyEnvelopeAggregate-Klasse

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Types.GeographyEnvelopeAggregate

Namespace:  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Syntax

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

Der GeographyEnvelopeAggregate-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode GeographyEnvelopeAggregate Infrastruktur Initializes a new instance of the GeographyEnvelopeAggregate class.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Accumulate Infrastruktur Adds the given SqlGeography object into this geography envelope.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode Init Infrastruktur Initializes the properties of a GeographyEnvelopeAggregate object.
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode Merge Infrastruktur Adds the given GeographyEnvelopeAggregate collection into this geography envelope.
Öffentliche Methode Terminate Infrastruktur Returns the GeographyEnvelopeAggregate object that represents the geography envelope.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Types-Namespace