Classe GeometryEnvelopeAggregate
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents a geometry envelope based on the given set of SqlGeometry objects.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Types.GeometryEnvelopeAggregate
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (em Microsoft.SqlServer.Types.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
<SqlUserDefinedAggregateAttribute(Format.Native, IsInvariantToDuplicates := True, _
IsInvariantToNulls := True, IsInvariantToOrder := True, _
IsNullIfEmpty := True)> _
Public Class GeometryEnvelopeAggregate
'Uso
Dim instance As GeometryEnvelopeAggregate
[SerializableAttribute]
[SqlUserDefinedAggregateAttribute(Format.Native, IsInvariantToDuplicates = true,
IsInvariantToNulls = true, IsInvariantToOrder = true,
IsNullIfEmpty = true)]
public class GeometryEnvelopeAggregate
[SerializableAttribute]
[SqlUserDefinedAggregateAttribute(Format::Native, IsInvariantToDuplicates = true,
IsInvariantToNulls = true, IsInvariantToOrder = true,
IsNullIfEmpty = true)]
public ref class GeometryEnvelopeAggregate
[<SerializableAttribute>]
[<SqlUserDefinedAggregateAttribute(Format.Native, IsInvariantToDuplicates = true,
IsInvariantToNulls = true, IsInvariantToOrder = true,
IsNullIfEmpty = true)>]
type GeometryEnvelopeAggregate = class end
public class GeometryEnvelopeAggregate
O tipo GeometryEnvelopeAggregate expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
GeometryEnvelopeAggregate | Infraestrutura. Initializes a new instance of GeometryEnvelopeAggregate class. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Accumulate | Infraestrutura. Adds the given SqlGeometry object into this geometry envelope. | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
Init | Infraestrutura. Initializes the properties of a GeometryEnvelopeAggregate instance. | |
MemberwiseClone | (Herdado de Object.) | |
Merge | Infraestrutura. Adds the given GeometryEnvelopeAggregate object into this geometry envelope. | |
Terminate | Infraestrutura. Returns the SqlGeometry object that represents this geometry envelope. | |
ToString | (Herdado de Object.) |
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.