GeographyEnvelopeAggregate 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 una busta geografica dal set di SqlGeography oggetti specificato.
[Microsoft.SqlServer.Server.SqlUserDefinedAggregate(Microsoft.SqlServer.Server.Format.Native, IsInvariantToDuplicates=true, IsInvariantToNulls=true, IsInvariantToOrder=true, IsNullIfEmpty=true)]
[System.Serializable]
public class GeographyEnvelopeAggregate
[<Microsoft.SqlServer.Server.SqlUserDefinedAggregate(Microsoft.SqlServer.Server.Format.Native, IsInvariantToDuplicates=true, IsInvariantToNulls=true, IsInvariantToOrder=true, IsNullIfEmpty=true)>]
[<System.Serializable>]
type GeographyEnvelopeAggregate = class
Public Class GeographyEnvelopeAggregate
- Ereditarietà
-
GeographyEnvelopeAggregate
- Attributi
Costruttori
| Nome | Descrizione |
|---|---|
| GeographyEnvelopeAggregate() |
Inizializza una nuova istanza della classe GeographyEnvelopeAggregate. |
Metodi
| Nome | Descrizione |
|---|---|
| Accumulate(SqlGeography) |
Aggiunge l'oggetto specificato SqlGeography in questa busta geografica. |
| Init() |
Inizializza le proprietà di un GeographyEnvelopeAggregate oggetto . |
| Merge(GeographyEnvelopeAggregate) |
Aggiunge la raccolta specificata GeographyEnvelopeAggregate in questa busta geografica. |
| Terminate() |
Restituisce l'oggetto GeographyEnvelopeAggregate che rappresenta la busta geografica. |