Share via


GeometryUnionAggregate 类

 

此 API 支持 产品 基础结构,不应从代码直接使用。

从一组表示联合 SqlGeometry 对象。

命名空间:   Microsoft.SqlServer.Types
程序集:  Microsoft.SqlServer.Types(位于 Microsoft.SqlServer.Types.dll)

继承层次结构

System.Object
  Microsoft.SqlServer.Types.GeometryUnionAggregate

语法

[SerializableAttribute]
[SqlUserDefinedAggregateAttribute(Format.UserDefined, IsInvariantToDuplicates = true, 
    IsInvariantToNulls = true, IsInvariantToOrder = true, IsNullIfEmpty = false, 
    MaxByteSize = -1)]
[CLSCompliantAttribute(true)]
public class GeometryUnionAggregate : IBinarySerialize
[SerializableAttribute]
[SqlUserDefinedAggregateAttribute(Format::UserDefined, IsInvariantToDuplicates = true, 
    IsInvariantToNulls = true, IsInvariantToOrder = true, IsNullIfEmpty = false, 
    MaxByteSize = -1)]
[CLSCompliantAttribute(true)]
public ref class GeometryUnionAggregate : IBinarySerialize
[<SerializableAttribute>]
[<SqlUserDefinedAggregateAttribute(Format.UserDefined, IsInvariantToDuplicates = true,
    IsInvariantToNulls = true, IsInvariantToOrder = true, IsNullIfEmpty = false,
    MaxByteSize = -1)>]
[<CLSCompliantAttribute(true)>]
type GeometryUnionAggregate = 
    class
        interface IBinarySerialize
    end
<SerializableAttribute>
<SqlUserDefinedAggregateAttribute(Format.UserDefined, IsInvariantToDuplicates := True,
    IsInvariantToNulls := True, IsInvariantToOrder := True, IsNullIfEmpty := False,
    MaxByteSize := -1)>
<CLSCompliantAttribute(True)>
Public Class GeometryUnionAggregate
    Implements IBinarySerialize

构造函数

名称 说明
System_CAPS_pubmethod GeometryUnionAggregate()

此 API 支持 产品 基础结构,不应从代码直接使用。 新实例初始化 GeometryUnionAggregate 类。

方法

名称 说明
System_CAPS_pubmethod Accumulate(SqlGeometry)

此 API 支持 产品 基础结构,不应从代码直接使用。 添加了给定 SqlGeometry 到此几何图形并集的对象。

System_CAPS_pubmethod Equals(Object)

(继承自 Object。)

System_CAPS_protmethod Finalize()

(继承自 Object。)

System_CAPS_pubmethod GetHashCode()

(继承自 Object。)

System_CAPS_pubmethod GetType()

(继承自 Object。)

System_CAPS_pubmethod Init()

此 API 支持 产品 基础结构,不应从代码直接使用。 属性初始化 GeometryUnionAggregate 对象。

System_CAPS_protmethod MemberwiseClone()

(继承自 Object。)

System_CAPS_pubmethod Merge(GeometryUnionAggregate)

此 API 支持 产品 基础结构,不应从代码直接使用。 将给定 GeometryUnionAggregate 对象添加到此几何图形并集中。

System_CAPS_pubmethod Read(BinaryReader)

此 API 支持 产品 基础结构,不应从代码直接使用。 读取的二进制表示形式 geometry 键入 SqlGeometry 对象。

System_CAPS_pubmethod Terminate()

此 API 支持 产品 基础结构,不应从代码直接使用。 返回表示此几何图形并集的 SqlGeometry 对象。

System_CAPS_pubmethod ToString()

(继承自 Object。)

System_CAPS_pubmethod Write(BinaryWriter)

此 API 支持 产品 基础结构,不应从代码直接使用。 写入 SqlGeometry 实例写入二进制流。

线程安全

此类型的所有公共静态(Visual Basic 中的 已共享 在 Visual Basic 中)成员都是线程安全的。不保证所有实例成员都是线程安全的。

另请参阅

Microsoft.SqlServer.Types 命名空间

返回页首