GeographyCollectionAggregate Classe

Definição

Representa uma coleção de geografia do conjunto determinado de SqlGeography objetos.

[Microsoft.SqlServer.Server.SqlUserDefinedAggregate(Microsoft.SqlServer.Server.Format.UserDefined, IsInvariantToDuplicates=true, IsInvariantToNulls=true, IsInvariantToOrder=true, IsNullIfEmpty=false, MaxByteSize=-1)]
[System.Serializable]
public class GeographyCollectionAggregate : Microsoft.SqlServer.Server.IBinarySerialize
[<Microsoft.SqlServer.Server.SqlUserDefinedAggregate(Microsoft.SqlServer.Server.Format.UserDefined, IsInvariantToDuplicates=true, IsInvariantToNulls=true, IsInvariantToOrder=true, IsNullIfEmpty=false, MaxByteSize=-1)>]
[<System.Serializable>]
type GeographyCollectionAggregate = class
    interface IBinarySerialize
Public Class GeographyCollectionAggregate
Implements IBinarySerialize
Herança
GeographyCollectionAggregate
Atributos
Implementações

Construtores

Nome Description
GeographyCollectionAggregate()

Inicializa uma nova instância de GeographyCollectionAggregate classe.

Métodos

Nome Description
Accumulate(SqlGeography)

Adiciona o objeto fornecido SqlGeography a essa coleção de geografia.

Init()

Inicializa as propriedades de um GeographyCollectionAggregate objeto.

Merge(GeographyCollectionAggregate)

Adiciona a coleção fornecida GeographyCollectionAggregate a essa coleção de geografia.

Read(BinaryReader)

Lê uma representação binária de um tipo de geografia em um objeto SqlGeometry.

Terminate()

Retorna o SqlGeography objeto que representa a coleção geography.

Write(BinaryWriter)

Grava um objeto SqlGeography em um fluxo binário.

Aplica-se a