GeographyEnvelopeAggregate クラス

定義

指定した一連の SqlGeography オブジェクトの地理エンベロープを表します。

[Microsoft.SqlServer.Server.SqlUserDefinedAggregate(Microsoft.SqlServer.Server.Format.Native, IsInvariantToDuplicates=true, IsInvariantToNulls=true, IsInvariantToOrder=true, IsNullIfEmpty=true)]
[System.Serializable]
public class GeographyEnvelopeAggregate
[<Microsoft.SqlServer.Server.SqlUserDefinedAggregate(Microsoft.SqlServer.Server.Format.Native, IsInvariantToDuplicates=true, IsInvariantToNulls=true, IsInvariantToOrder=true, IsNullIfEmpty=true)>]
[<System.Serializable>]
type GeographyEnvelopeAggregate = class
Public Class GeographyEnvelopeAggregate
継承
GeographyEnvelopeAggregate
属性

コンストラクター

名前 説明
GeographyEnvelopeAggregate()

GeographyEnvelopeAggregate クラスの新しいインスタンスを初期化します。

メソッド

名前 説明
Accumulate(SqlGeography)

指定した SqlGeography オブジェクトをこの geography エンベロープに追加します。

Init()

GeographyEnvelopeAggregate オブジェクトのプロパティを初期化します。

Merge(GeographyEnvelopeAggregate)

指定した GeographyEnvelopeAggregate コレクションをこの geography エンベロープに追加します。

Terminate()

geography エンベロープを表す GeographyEnvelopeAggregate オブジェクトを返します。

適用対象