Класс GeometryConvexHullAggregate
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Represents the convex hull for the given set of SqlGeometry objects.
Иерархия наследования
System.Object
Microsoft.SqlServer.Types.GeometryConvexHullAggregate
Пространство имен: Microsoft.SqlServer.Types
Сборка: Microsoft.SqlServer.Types (в Microsoft.SqlServer.Types.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
<CLSCompliantAttribute(True)> _
<SqlUserDefinedAggregateAttribute(Format.UserDefined, IsInvariantToDuplicates := True, _
IsInvariantToNulls := True, IsInvariantToOrder := True, _
IsNullIfEmpty := False, MaxByteSize := )> _
Public Class GeometryConvexHullAggregate _
Implements IBinarySerialize
'Применение
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
Тип GeometryConvexHullAggregate обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
GeometryConvexHullAggregate | Инфраструктура. Initializes a new instance of the GeometryConvexHullAggregate class. |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Accumulate | Инфраструктура. Adds the specified SqlGeometry object into this convex hull. |
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
Init | Инфраструктура. Initializes the properties of a GeometryConvexHullAggregate object. |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
Merge | Инфраструктура. Adds the specified GeometryConvexHullAggregate object into this convex hull. |
![]() |
Read | Инфраструктура. Reads a binary representation of a geometry type into a SqlGeometry object. |
![]() |
Terminate | Инфраструктура. Returns the SqlGeometry object that represents the geometry collection. |
![]() |
ToString | (Производный от Object.) |
![]() |
Write | Инфраструктура. Writes a SqlGeometry object to a binary stream. |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.