Compartilhar via


Classe GeometryUnionAggregate

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Represents a union from a set of SqlGeometry objects.

Hierarquia de herança

System.Object
  Microsoft.SqlServer.Types.GeometryUnionAggregate

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

Sintaxe

'Declaração
<SerializableAttribute> _
<CLSCompliantAttribute(True)> _
<SqlUserDefinedAggregateAttribute(Format.UserDefined, IsInvariantToDuplicates := True,  _
    IsInvariantToNulls := True, IsInvariantToOrder := True,  _
    IsNullIfEmpty := False, MaxByteSize := )> _
Public Class GeometryUnionAggregate _
    Implements IBinarySerialize
'Uso
Dim instance As GeometryUnionAggregate
[SerializableAttribute]
[CLSCompliantAttribute(true)]
[SqlUserDefinedAggregateAttribute(Format.UserDefined, IsInvariantToDuplicates = true, 
    IsInvariantToNulls = true, IsInvariantToOrder = true, 
    IsNullIfEmpty = false, MaxByteSize = )]
public class GeometryUnionAggregate : IBinarySerialize
[SerializableAttribute]
[CLSCompliantAttribute(true)]
[SqlUserDefinedAggregateAttribute(Format::UserDefined, IsInvariantToDuplicates = true, 
    IsInvariantToNulls = true, IsInvariantToOrder = true, 
    IsNullIfEmpty = false, MaxByteSize = )]
public ref class GeometryUnionAggregate : IBinarySerialize
[<SerializableAttribute>]
[<CLSCompliantAttribute(true)>]
[<SqlUserDefinedAggregateAttribute(Format.UserDefined, IsInvariantToDuplicates = true, 
    IsInvariantToNulls = true, IsInvariantToOrder = true, 
    IsNullIfEmpty = false, MaxByteSize = )>]
type GeometryUnionAggregate =  
    class 
        interface IBinarySerialize 
    end
public class GeometryUnionAggregate implements IBinarySerialize

O tipo GeometryUnionAggregate expõe os membros a seguir.

Construtores

  Nome Descrição
Método público GeometryUnionAggregate Infraestrutura. Initializes a new instance of the GeometryUnionAggregate class.

Início

Métodos

  Nome Descrição
Método público Accumulate Infraestrutura. Adds the given SqlGeometry object into this geometry union.
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público Init Infraestrutura. Initializes the properties of a GeometryUnionAggregate object.
Método protegido MemberwiseClone (Herdado de Object.)
Método público Merge Infraestrutura. Adds the given GeometryUnionAggregate object into this geometry union.
Método público Read Infraestrutura. Reads a binary representation of a geometry type into a SqlGeometry object.
Método público Terminate Infraestrutura. Returns the SqlGeometry object that represents this geometry union.
Método público ToString (Herdado de Object.)
Método público Write Infraestrutura. Writes a SqlGeometry instance 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.

Consulte também

Referência

Namespace Microsoft.SqlServer.Types