GeographyCollectionAggregate Clase

Definición

Representa una colección geography del conjunto de SqlGeography objetos especificado.

[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
Herencia
GeographyCollectionAggregate
Atributos
Implementaciones

Constructores

Nombre Description
GeographyCollectionAggregate()

Inicializa una nueva instancia de GeographyCollectionAggregate clase.

Métodos

Nombre Description
Accumulate(SqlGeography)

Agrega el objeto especificado SqlGeography a esta colección geography.

Init()

Inicializa las propiedades de un GeographyCollectionAggregate objeto .

Merge(GeographyCollectionAggregate)

Agrega la colección especificada GeographyCollectionAggregate a esta colección geography.

Read(BinaryReader)

Lee una representación binaria de un tipo geography en un objeto SqlGeometry.

Terminate()

Devuelve el SqlGeography objeto que representa la colección geography.

Write(BinaryWriter)

Escribe un objeto SqlGeography en una secuencia binaria.

Se aplica a