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