Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Represents a geometry envelope based on the given set of SqlGeometry objects.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Types.GeometryEnvelopeAggregate
Spazio dei nomi Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
<SqlUserDefinedAggregateAttribute(Format.Native, IsInvariantToDuplicates := True, _
IsInvariantToNulls := True, IsInvariantToOrder := True, _
IsNullIfEmpty := True)> _
Public Class GeometryEnvelopeAggregate
'Utilizzo
Dim instance As GeometryEnvelopeAggregate
[SerializableAttribute]
[SqlUserDefinedAggregateAttribute(Format.Native, IsInvariantToDuplicates = true,
IsInvariantToNulls = true, IsInvariantToOrder = true,
IsNullIfEmpty = true)]
public class GeometryEnvelopeAggregate
[SerializableAttribute]
[SqlUserDefinedAggregateAttribute(Format::Native, IsInvariantToDuplicates = true,
IsInvariantToNulls = true, IsInvariantToOrder = true,
IsNullIfEmpty = true)]
public ref class GeometryEnvelopeAggregate
[<SerializableAttribute>]
[<SqlUserDefinedAggregateAttribute(Format.Native, IsInvariantToDuplicates = true,
IsInvariantToNulls = true, IsInvariantToOrder = true,
IsNullIfEmpty = true)>]
type GeometryEnvelopeAggregate = class end
public class GeometryEnvelopeAggregate
Nel tipo GeometryEnvelopeAggregate sono esposti i membri seguenti.
Costruttori
| Nome | Descrizione | |
|---|---|---|
![]() |
GeometryEnvelopeAggregate | Infrastruttura. Initializes a new instance of GeometryEnvelopeAggregate class. |
In alto
Metodi
| Nome | Descrizione | |
|---|---|---|
![]() |
Accumulate | Infrastruttura. Adds the given SqlGeometry object into this geometry envelope. |
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
Init | Infrastruttura. Initializes the properties of a GeometryEnvelopeAggregate instance. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
Merge | Infrastruttura. Adds the given GeometryEnvelopeAggregate object into this geometry envelope. |
![]() |
Terminate | Infrastruttura. Returns the SqlGeometry object that represents this geometry envelope. |
![]() |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
.gif)
.gif)