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 | |
---|---|---|
GeographyEnvelopeAggregate | Infrastruktur Initializes a new instance of the GeographyEnvelopeAggregate class. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Accumulate | Infrastruktur Adds the given SqlGeography object into this geography envelope. | |
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
Init | Infrastruktur Initializes the properties of a GeographyEnvelopeAggregate object. | |
MemberwiseClone | (Geerbt von Object.) | |
Merge | Infrastruktur Adds the given GeographyEnvelopeAggregate collection into this geography envelope. | |
Terminate | Infrastruktur Returns the GeographyEnvelopeAggregate object that represents the geography envelope. | |
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.