Поделиться через


Класс GeometryEnvelopeAggregate

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Represents a geometry envelope based on the given set of SqlGeometry objects.

Иерархия наследования

System.Object
  Microsoft.SqlServer.Types.GeometryEnvelopeAggregate

Пространство имен:  Microsoft.SqlServer.Types
Сборка:  Microsoft.SqlServer.Types (в Microsoft.SqlServer.Types.dll)

Синтаксис

'Декларация
<SerializableAttribute> _
<SqlUserDefinedAggregateAttribute(Format.Native, IsInvariantToDuplicates := True,  _
    IsInvariantToNulls := True, IsInvariantToOrder := True,  _
    IsNullIfEmpty := True)> _
Public Class GeometryEnvelopeAggregate
'Применение
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

Тип GeometryEnvelopeAggregate обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод GeometryEnvelopeAggregate Инфраструктура. Initializes a new instance of GeometryEnvelopeAggregate class.

В начало

Методы

  Имя Описание
Открытый метод Accumulate Инфраструктура. Adds the given SqlGeometry object into this geometry envelope.
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод Init Инфраструктура. Initializes the properties of a GeometryEnvelopeAggregate instance.
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод Merge Инфраструктура. Adds the given GeometryEnvelopeAggregate object into this geometry envelope.
Открытый метод Terminate Инфраструктура. Returns the SqlGeometry object that represents this geometry envelope.
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Types