GeometryUnionAggregate クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
一連の SqlGeometry オブジェクトの和集合を表します。
[Microsoft.SqlServer.Server.SqlUserDefinedAggregate(Microsoft.SqlServer.Server.Format.UserDefined, IsInvariantToDuplicates=true, IsInvariantToNulls=true, IsInvariantToOrder=true, IsNullIfEmpty=false, MaxByteSize=-1)]
[System.CLSCompliant(true)]
[System.Serializable]
public class GeometryUnionAggregate : Microsoft.SqlServer.Server.IBinarySerialize
[<Microsoft.SqlServer.Server.SqlUserDefinedAggregate(Microsoft.SqlServer.Server.Format.UserDefined, IsInvariantToDuplicates=true, IsInvariantToNulls=true, IsInvariantToOrder=true, IsNullIfEmpty=false, MaxByteSize=-1)>]
[<System.CLSCompliant(true)>]
[<System.Serializable>]
type GeometryUnionAggregate = class
interface IBinarySerialize
Public Class GeometryUnionAggregate
Implements IBinarySerialize
- 継承
-
GeometryUnionAggregate
- 属性
- 実装
コンストラクター
| 名前 | 説明 |
|---|---|
| GeometryUnionAggregate() |
GeometryUnionAggregate クラスの新しいインスタンスを初期化します。 |
メソッド
| 名前 | 説明 |
|---|---|
| Accumulate(SqlGeometry) |
指定した SqlGeometry オブジェクトをこのジオメトリ共用体に追加します。 |
| Init() |
GeometryUnionAggregate オブジェクトのプロパティを初期化します。 |
| Merge(GeometryUnionAggregate) |
指定した GeometryUnionAggregate オブジェクトをこのジオメトリ共用体に追加します。 |
| Read(BinaryReader) |
ジオメトリ型のバイナリ表現を SqlGeometry オブジェクトに読み取ります。 |
| Terminate() |
このジオメトリ和集合を表す SqlGeometry オブジェクトを返します。 |
| Write(BinaryWriter) |
SqlGeometry インスタンスをバイナリ ストリームに書き込みます。 |