GeographyEnvelopeAggregate クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した一連の 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 オブジェクトを返します。 |