GeographyCollectionAggregate クラス

定義

指定した一連の SqlGeography オブジェクトの geography コレクションを表します。

[Microsoft.SqlServer.Server.SqlUserDefinedAggregate(Microsoft.SqlServer.Server.Format.UserDefined, IsInvariantToDuplicates=true, IsInvariantToNulls=true, IsInvariantToOrder=true, IsNullIfEmpty=false, MaxByteSize=-1)]
[System.Serializable]
public class GeographyCollectionAggregate : Microsoft.SqlServer.Server.IBinarySerialize
[<Microsoft.SqlServer.Server.SqlUserDefinedAggregate(Microsoft.SqlServer.Server.Format.UserDefined, IsInvariantToDuplicates=true, IsInvariantToNulls=true, IsInvariantToOrder=true, IsNullIfEmpty=false, MaxByteSize=-1)>]
[<System.Serializable>]
type GeographyCollectionAggregate = class
    interface IBinarySerialize
Public Class GeographyCollectionAggregate
Implements IBinarySerialize
継承
GeographyCollectionAggregate
属性
実装

コンストラクター

名前 説明
GeographyCollectionAggregate()

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

メソッド

名前 説明
Accumulate(SqlGeography)

指定した SqlGeography オブジェクトをこの geography コレクションに追加します。

Init()

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

Merge(GeographyCollectionAggregate)

指定した GeographyCollectionAggregate コレクションをこの geography コレクションに追加します。

Read(BinaryReader)

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

Terminate()

geography コレクションを表す SqlGeography オブジェクトを返します。

Write(BinaryWriter)

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

適用対象