GeographyUnionAggregate クラス

定義

一連の SqlGeography オブジェクトの和集合を表します。

[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 GeographyUnionAggregate : 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 GeographyUnionAggregate = class
    interface IBinarySerialize
Public Class GeographyUnionAggregate
Implements IBinarySerialize
継承
GeographyUnionAggregate
属性
実装

コンストラクター

名前 説明
GeographyUnionAggregate()

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

メソッド

名前 説明
Accumulate(SqlGeography)

指定した SqlGeography オブジェクトをこの geography 共用体に追加します。

Init()

GeographyUnionAggregate インスタンスのプロパティを初期化します。

Merge(GeographyUnionAggregate)

この geography 共用体に別の GeographyUnionAggregate オブジェクトを追加します。

Read(BinaryReader)

geography 型のバイナリ表現を SqlGeometry オブジェクトに読み取ります。

Terminate()

この geography 共用体を表す SqlGeography オブジェクトを返します。

Write(BinaryWriter)

SqlGeography オブジェクトをバイナリ ストリームに書き込みます。

適用対象