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 a geometry envelope based on the given set of SqlGeometry objects.
Hiérarchie d'héritage
System.Object
Microsoft.SqlServer.Types.GeometryEnvelopeAggregate
Espace de noms : Microsoft.SqlServer.Types
Assembly : Microsoft.SqlServer.Types (en Microsoft.SqlServer.Types.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
<SqlUserDefinedAggregateAttribute(Format.Native, IsInvariantToDuplicates := True, _
IsInvariantToNulls := True, IsInvariantToOrder := True, _
IsNullIfEmpty := True)> _
Public Class GeometryEnvelopeAggregate
'Utilisation
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
Le type GeometryEnvelopeAggregate expose les membres suivants.
Constructeurs
| Nom | Description | |
|---|---|---|
![]() |
GeometryEnvelopeAggregate | Infrastructure. Initializes a new instance of GeometryEnvelopeAggregate class. |
Haut de la page
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
Accumulate | Infrastructure. Adds the given SqlGeometry object into this geometry envelope. |
![]() |
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 GeometryEnvelopeAggregate instance. |
![]() |
MemberwiseClone | (hérité de Object.) |
![]() |
Merge | Infrastructure. Adds the given GeometryEnvelopeAggregate object into this geometry envelope. |
![]() |
Terminate | Infrastructure. Returns the SqlGeometry object that represents this geometry envelope. |
![]() |
ToString | (hérité de Object.) |
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)