Share via


GeographyEnvelopeAggregate 类

 

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

表示给定 SqlGeography 对象组的地理包络线。

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

继承层次结构

System.Object
  Microsoft.SqlServer.Types.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
<SerializableAttribute>
<SqlUserDefinedAggregateAttribute(Format.Native, IsInvariantToDuplicates := True,
    IsInvariantToNulls := True, IsInvariantToOrder := True, IsNullIfEmpty := True)>
Public Class GeographyEnvelopeAggregate

构造函数

名称 说明
System_CAPS_pubmethod GeographyEnvelopeAggregate()

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

方法

名称 说明
System_CAPS_pubmethod Accumulate(SqlGeography)

此 API 支持 产品 基础结构,不应从代码直接使用。 将给定 SqlGeography 对象添加到此地理包络线。

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 支持 产品 基础结构,不应从代码直接使用。 属性初始化 GeographyEnvelopeAggregate 对象。

System_CAPS_protmethod MemberwiseClone()

(继承自 Object。)

System_CAPS_pubmethod Merge(GeographyEnvelopeAggregate)

此 API 支持 产品 基础结构,不应从代码直接使用。 将给定 GeographyEnvelopeAggregate 集合添加到此地理包络线中。

System_CAPS_pubmethod Terminate()

此 API 支持 产品 基础结构,不应从代码直接使用。 返回表示此地理包络线的 GeographyEnvelopeAggregate 对象。

System_CAPS_pubmethod ToString()

(继承自 Object。)

线程安全

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

另请参阅

Microsoft.SqlServer.Types 命名空间

返回页首