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


Класс GeographyEnvelopeAggregate

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

Represents a geography envelope from the given set of SqlGeography objects.

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

System.Object
  Microsoft.SqlServer.Types.GeographyEnvelopeAggregate

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

Синтаксис

'Декларация
<SerializableAttribute> _
<SqlUserDefinedAggregateAttribute(Format.Native, IsInvariantToDuplicates := True,  _
    IsInvariantToNulls := True, IsInvariantToOrder := True,  _
    IsNullIfEmpty := True)> _
Public Class GeographyEnvelopeAggregate
'Применение
Dim instance As GeographyEnvelopeAggregate
[SerializableAttribute]
[SqlUserDefinedAggregateAttribute(Format.Native, IsInvariantToDuplicates = true, 
    IsInvariantToNulls = true, IsInvariantToOrder = true, 
    IsNullIfEmpty = true)]
public class GeographyEnvelopeAggregate
[SerializableAttribute]
[SqlUserDefinedAggregateAttribute(Format::Native, IsInvariantToDuplicates = true, 
    IsInvariantToNulls = true, IsInvariantToOrder = true, 
    IsNullIfEmpty = true)]
public ref class GeographyEnvelopeAggregate
[<SerializableAttribute>]
[<SqlUserDefinedAggregateAttribute(Format.Native, IsInvariantToDuplicates = true, 
    IsInvariantToNulls = true, IsInvariantToOrder = true, 
    IsNullIfEmpty = true)>]
type GeographyEnvelopeAggregate =  class end
public class GeographyEnvelopeAggregate

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

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

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

В начало

Методы

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

В начало

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

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

См. также

Справочник

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