Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.