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 the convex hull for the given set of SqlGeography objects.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Types.GeographyConvexHullAggregate
Spazio dei nomi Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
<SqlUserDefinedAggregateAttribute(Format.UserDefined, IsInvariantToDuplicates := True, _
IsInvariantToNulls := True, IsInvariantToOrder := True, _
IsNullIfEmpty := False, MaxByteSize := )> _
<CLSCompliantAttribute(True)> _
Public Class GeographyConvexHullAggregate _
Implements IBinarySerialize
'Utilizzo
Dim instance As GeographyConvexHullAggregate
[SerializableAttribute]
[SqlUserDefinedAggregateAttribute(Format.UserDefined, IsInvariantToDuplicates = true,
IsInvariantToNulls = true, IsInvariantToOrder = true,
IsNullIfEmpty = false, MaxByteSize = )]
[CLSCompliantAttribute(true)]
public class GeographyConvexHullAggregate : IBinarySerialize
[SerializableAttribute]
[SqlUserDefinedAggregateAttribute(Format::UserDefined, IsInvariantToDuplicates = true,
IsInvariantToNulls = true, IsInvariantToOrder = true,
IsNullIfEmpty = false, MaxByteSize = )]
[CLSCompliantAttribute(true)]
public ref class GeographyConvexHullAggregate : IBinarySerialize
[<SerializableAttribute>]
[<SqlUserDefinedAggregateAttribute(Format.UserDefined, IsInvariantToDuplicates = true,
IsInvariantToNulls = true, IsInvariantToOrder = true,
IsNullIfEmpty = false, MaxByteSize = )>]
[<CLSCompliantAttribute(true)>]
type GeographyConvexHullAggregate =
class
interface IBinarySerialize
end
public class GeographyConvexHullAggregate implements IBinarySerialize
Nel tipo GeographyConvexHullAggregate sono esposti i membri seguenti.
Costruttori
| Nome | Descrizione | |
|---|---|---|
![]() |
GeographyConvexHullAggregate | Infrastruttura. Initializes a new instance of the GeographyConvexHullAggregate class. |
In alto
Metodi
| Nome | Descrizione | |
|---|---|---|
![]() |
Accumulate | Infrastruttura. Adds the given SqlGeography object into this convex hull. |
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
Init | Infrastruttura. Initializes the properties of a GeographyConvexHullAggregate object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
Merge | Infrastruttura. Adds the given GeographyConvexHullAggregate object into this convex hull. |
![]() |
Read | Infrastruttura. Reads a binary representation of a geography type into a SqlGeometry object. |
![]() |
Terminate | Infrastruttura. Returns the SqlGeography object that represents this convex hull. |
![]() |
ToString | Ereditato da Object. |
![]() |
Write | Infrastruttura. Writes a SqlGeography object to a binary stream. |
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)