GeographyCollectionAggregate-Klasse
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Represents a geography collection from the given set of SqlGeography objects.
Vererbungshierarchie
System.Object
Microsoft.SqlServer.Types.GeographyCollectionAggregate
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
Syntax
'Declaration
<SerializableAttribute> _
<SqlUserDefinedAggregateAttribute(Format.UserDefined, IsInvariantToDuplicates := True, _
IsInvariantToNulls := True, IsInvariantToOrder := True, _
IsNullIfEmpty := False, MaxByteSize := )> _
Public Class GeographyCollectionAggregate _
Implements IBinarySerialize
'Usage
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
Der GeographyCollectionAggregate-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
GeographyCollectionAggregate | Infrastruktur Initializes a new instance of GeographyCollectionAggregate class. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Accumulate | Infrastruktur Adds the given SqlGeography object into this geography collection. | |
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
Init | Infrastruktur Initializes the properties of a GeographyCollectionAggregate object. | |
MemberwiseClone | (Geerbt von Object.) | |
Merge | Infrastruktur Adds the given GeographyCollectionAggregate collection into this geography collection. | |
Read | Infrastruktur Reads a binary representation of a geography type into a SqlGeometry object. | |
Terminate | Infrastruktur Returns the SqlGeography object that represents the geography collection. | |
ToString | (Geerbt von Object.) | |
Write | Infrastruktur Writes a SqlGeography object to a binary stream. |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.