GeographyUnionAggregate Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Rappresenta un'unione di un set di SqlGeography oggetti.
[Microsoft.SqlServer.Server.SqlUserDefinedAggregate(Microsoft.SqlServer.Server.Format.UserDefined, IsInvariantToDuplicates=true, IsInvariantToNulls=true, IsInvariantToOrder=true, IsNullIfEmpty=false, MaxByteSize=-1)]
[System.CLSCompliant(true)]
[System.Serializable]
public class GeographyUnionAggregate : Microsoft.SqlServer.Server.IBinarySerialize
[<Microsoft.SqlServer.Server.SqlUserDefinedAggregate(Microsoft.SqlServer.Server.Format.UserDefined, IsInvariantToDuplicates=true, IsInvariantToNulls=true, IsInvariantToOrder=true, IsNullIfEmpty=false, MaxByteSize=-1)>]
[<System.CLSCompliant(true)>]
[<System.Serializable>]
type GeographyUnionAggregate = class
interface IBinarySerialize
Public Class GeographyUnionAggregate
Implements IBinarySerialize
- Ereditarietà
-
GeographyUnionAggregate
- Attributi
- Implementazioni
Costruttori
| Nome | Descrizione |
|---|---|
| GeographyUnionAggregate() |
Inizializza una nuova istanza della classe GeographyUnionAggregate. |
Metodi
| Nome | Descrizione |
|---|---|
| Accumulate(SqlGeography) |
Aggiunge l'oggetto specificato SqlGeography in questa unione geografica. |
| Init() |
Inizializza le proprietà di un'istanza GeographyUnionAggregate di . |
| Merge(GeographyUnionAggregate) |
Aggiunge un altro GeographyUnionAggregate oggetto in questa unione geografica. |
| Read(BinaryReader) |
Legge una rappresentazione binaria di un tipo geography in un oggetto SqlGeometry. |
| Terminate() |
Restituisce l'oggetto che rappresenta l'unione SqlGeography geografica. |
| Write(BinaryWriter) |
Scrive un oggetto SqlGeography in un flusso binario. |