Classe GeographyCollectionAggregate
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents a geography collection from the given set of SqlGeography objects.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Types.GeographyCollectionAggregate
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (em Microsoft.SqlServer.Types.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
<SqlUserDefinedAggregateAttribute(Format.UserDefined, IsInvariantToDuplicates := True, _
IsInvariantToNulls := True, IsInvariantToOrder := True, _
IsNullIfEmpty := False, MaxByteSize := )> _
Public Class GeographyCollectionAggregate _
Implements IBinarySerialize
'Uso
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
O tipo GeographyCollectionAggregate expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
GeographyCollectionAggregate | Infraestrutura. Initializes a new instance of GeographyCollectionAggregate class. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Accumulate | Infraestrutura. Adds the given SqlGeography object into this geography collection. | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
Init | Infraestrutura. Initializes the properties of a GeographyCollectionAggregate object. | |
MemberwiseClone | (Herdado de Object.) | |
Merge | Infraestrutura. Adds the given GeographyCollectionAggregate collection into this geography collection. | |
Read | Infraestrutura. Reads a binary representation of a geography type into a SqlGeometry object. | |
Terminate | Infraestrutura. Returns the SqlGeography object that represents the geography collection. | |
ToString | (Herdado de Object.) | |
Write | Infraestrutura. Writes a SqlGeography object to a binary stream. |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.