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