次の方法で共有


GeometryCollectionAggregate クラス

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

指定された SqlGeometry オブジェクト セットの geometry コレクションを表します。

継承階層

System.Object
  Microsoft.SqlServer.Types.GeometryCollectionAggregate

名前空間:  Microsoft.SqlServer.Types
アセンブリ:  Microsoft.SqlServer.Types (Microsoft.SqlServer.Types.dll)

構文

'宣言
<SerializableAttribute> _
<SqlUserDefinedAggregateAttribute(Format.UserDefined, IsInvariantToDuplicates := True,  _
    IsInvariantToNulls := True, IsInvariantToOrder := True,  _
    IsNullIfEmpty := False, MaxByteSize := )> _
Public Class GeometryCollectionAggregate _
    Implements IBinarySerialize
'使用
Dim instance As GeometryCollectionAggregate
[SerializableAttribute]
[SqlUserDefinedAggregateAttribute(Format.UserDefined, IsInvariantToDuplicates = true, 
    IsInvariantToNulls = true, IsInvariantToOrder = true, 
    IsNullIfEmpty = false, MaxByteSize = )]
public class GeometryCollectionAggregate : IBinarySerialize
[SerializableAttribute]
[SqlUserDefinedAggregateAttribute(Format::UserDefined, IsInvariantToDuplicates = true, 
    IsInvariantToNulls = true, IsInvariantToOrder = true, 
    IsNullIfEmpty = false, MaxByteSize = )]
public ref class GeometryCollectionAggregate : IBinarySerialize
[<SerializableAttribute>]
[<SqlUserDefinedAggregateAttribute(Format.UserDefined, IsInvariantToDuplicates = true, 
    IsInvariantToNulls = true, IsInvariantToOrder = true, 
    IsNullIfEmpty = false, MaxByteSize = )>]
type GeometryCollectionAggregate =  
    class 
        interface IBinarySerialize 
    end
public class GeometryCollectionAggregate implements IBinarySerialize

GeometryCollectionAggregate 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド GeometryCollectionAggregate インフラストラクチャです。 GeometryCollectionAggregate クラスの新しいインスタンスを初期化します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Accumulate インフラストラクチャです。指定した SqlGeometry オブジェクトをこの geometry コレクションに追加します。
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド Init インフラストラクチャです。 GeometryCollectionAggregate オブジェクトのプロパティを初期化します。
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド Merge インフラストラクチャです。指定した GeometryCollectionAggregate コレクションをこの geometry コレクションに追加します。
パブリック メソッド Read インフラストラクチャです。 geometry 型のバイナリ表現を SqlGeometry オブジェクトに読み込みます。
パブリック メソッド Terminate インフラストラクチャです。geometry コレクションを表す SqlGeometry オブジェクトを返します。
パブリック メソッド ToString (Object から継承されています。)
パブリック メソッド Write インフラストラクチャです。 SqlGeometry オブジェクトをバイナリ ストリームに書き込みます。

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.SqlServer.Types 名前空間