Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Represents the convex hull for the given set of SqlGeography objects.
Hiérarchie d'héritage
System.Object
Microsoft.SqlServer.Types.GeographyConvexHullAggregate
Espace de noms : Microsoft.SqlServer.Types
Assembly : Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
<SqlUserDefinedAggregateAttribute(Format.UserDefined, IsInvariantToDuplicates := True, _
IsInvariantToNulls := True, IsInvariantToOrder := True, _
IsNullIfEmpty := False, MaxByteSize := )> _
<CLSCompliantAttribute(True)> _
Public Class GeographyConvexHullAggregate _
Implements IBinarySerialize
'Utilisation
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
Le type GeographyConvexHullAggregate expose les membres suivants.
Constructeurs
| Nom | Description | |
|---|---|---|
![]() |
GeographyConvexHullAggregate | Infrastructure. Initializes a new instance of the GeographyConvexHullAggregate class. |
Haut de la page
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
Accumulate | Infrastructure. Adds the given SqlGeography object into this convex hull. |
![]() |
Equals | (hérité de Object.) |
![]() |
Finalize | (hérité de Object.) |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetType | (hérité de Object.) |
![]() |
Init | Infrastructure. Initializes the properties of a GeographyConvexHullAggregate object. |
![]() |
MemberwiseClone | (hérité de Object.) |
![]() |
Merge | Infrastructure. Adds the given GeographyConvexHullAggregate object into this convex hull. |
![]() |
Read | Infrastructure. Reads a binary representation of a geography type into a SqlGeometry object. |
![]() |
Terminate | Infrastructure. Returns the SqlGeography object that represents this convex hull. |
![]() |
ToString | (hérité de Object.) |
![]() |
Write | Infrastructure. Writes a SqlGeography object to a binary stream. |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
.gif)
.gif)