Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Represents the convex hull for the given set of SqlGeometry objects.
Vererbungshierarchie
System.Object
Microsoft.SqlServer.Types.GeometryConvexHullAggregate
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
Syntax
'Declaration
<SerializableAttribute> _
<CLSCompliantAttribute(True)> _
<SqlUserDefinedAggregateAttribute(Format.UserDefined, IsInvariantToDuplicates := True, _
IsInvariantToNulls := True, IsInvariantToOrder := True, _
IsNullIfEmpty := False, MaxByteSize := )> _
Public Class GeometryConvexHullAggregate _
Implements IBinarySerialize
'Usage
Dim instance As GeometryConvexHullAggregate
[SerializableAttribute]
[CLSCompliantAttribute(true)]
[SqlUserDefinedAggregateAttribute(Format.UserDefined, IsInvariantToDuplicates = true,
IsInvariantToNulls = true, IsInvariantToOrder = true,
IsNullIfEmpty = false, MaxByteSize = )]
public class GeometryConvexHullAggregate : IBinarySerialize
[SerializableAttribute]
[CLSCompliantAttribute(true)]
[SqlUserDefinedAggregateAttribute(Format::UserDefined, IsInvariantToDuplicates = true,
IsInvariantToNulls = true, IsInvariantToOrder = true,
IsNullIfEmpty = false, MaxByteSize = )]
public ref class GeometryConvexHullAggregate : IBinarySerialize
[<SerializableAttribute>]
[<CLSCompliantAttribute(true)>]
[<SqlUserDefinedAggregateAttribute(Format.UserDefined, IsInvariantToDuplicates = true,
IsInvariantToNulls = true, IsInvariantToOrder = true,
IsNullIfEmpty = false, MaxByteSize = )>]
type GeometryConvexHullAggregate =
class
interface IBinarySerialize
end
public class GeometryConvexHullAggregate implements IBinarySerialize
Der GeometryConvexHullAggregate-Typ macht folgende Elemente verfügbar.
Konstruktoren
| Name | Beschreibung | |
|---|---|---|
![]() |
GeometryConvexHullAggregate | Infrastruktur Initializes a new instance of the GeometryConvexHullAggregate class. |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
Accumulate | Infrastruktur Adds the specified SqlGeometry object into this convex hull. |
![]() |
Equals | (Geerbt von Object.) |
![]() |
Finalize | (Geerbt von Object.) |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
Init | Infrastruktur Initializes the properties of a GeometryConvexHullAggregate object. |
![]() |
MemberwiseClone | (Geerbt von Object.) |
![]() |
Merge | Infrastruktur Adds the specified GeometryConvexHullAggregate object into this convex hull. |
![]() |
Read | Infrastruktur Reads a binary representation of a geometry type into a SqlGeometry object. |
![]() |
Terminate | Infrastruktur Returns the SqlGeometry object that represents the geometry collection. |
![]() |
ToString | (Geerbt von Object.) |
![]() |
Write | Infrastruktur Writes a SqlGeometry object to a binary stream. |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
.gif)
.gif)