この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
指定された SqlGeometry オブジェクト セットに基づいて geometry のエンベロープを表します。
継承階層
System.Object
Microsoft.SqlServer.Types.GeometryEnvelopeAggregate
名前空間: Microsoft.SqlServer.Types
アセンブリ: Microsoft.SqlServer.Types (Microsoft.SqlServer.Types.dll)
構文
'宣言
<SerializableAttribute> _
<SqlUserDefinedAggregateAttribute(Format.Native, IsInvariantToDuplicates := True, _
IsInvariantToNulls := True, IsInvariantToOrder := True, _
IsNullIfEmpty := True)> _
Public Class GeometryEnvelopeAggregate
'使用
Dim instance As GeometryEnvelopeAggregate
[SerializableAttribute]
[SqlUserDefinedAggregateAttribute(Format.Native, IsInvariantToDuplicates = true,
IsInvariantToNulls = true, IsInvariantToOrder = true,
IsNullIfEmpty = true)]
public class GeometryEnvelopeAggregate
[SerializableAttribute]
[SqlUserDefinedAggregateAttribute(Format::Native, IsInvariantToDuplicates = true,
IsInvariantToNulls = true, IsInvariantToOrder = true,
IsNullIfEmpty = true)]
public ref class GeometryEnvelopeAggregate
[<SerializableAttribute>]
[<SqlUserDefinedAggregateAttribute(Format.Native, IsInvariantToDuplicates = true,
IsInvariantToNulls = true, IsInvariantToOrder = true,
IsNullIfEmpty = true)>]
type GeometryEnvelopeAggregate = class end
public class GeometryEnvelopeAggregate
GeometryEnvelopeAggregate 型は、以下のメンバーを公開しています。
コンストラクター
| 名前 | 説明 | |
|---|---|---|
![]() |
GeometryEnvelopeAggregate | インフラストラクチャです。 GeometryEnvelopeAggregate クラスの新しいインスタンスを初期化します。 |
先頭に戻る
メソッド
| 名前 | 説明 | |
|---|---|---|
![]() |
Accumulate | インフラストラクチャです。指定された SqlGeometry オブジェクトをこの geometry のエンベロープに追加します。 |
![]() |
Equals | (Object から継承されています。) |
![]() |
Finalize | (Object から継承されています。) |
![]() |
GetHashCode | (Object から継承されています。) |
![]() |
GetType | (Object から継承されています。) |
![]() |
Init | インフラストラクチャです。 GeometryEnvelopeAggregate インスタンスのプロパティを初期化します。 |
![]() |
MemberwiseClone | (Object から継承されています。) |
![]() |
Merge | インフラストラクチャです。指定された GeometryEnvelopeAggregate オブジェクトをこの geometry のエンベロープに追加します。 |
![]() |
Terminate | インフラストラクチャです。この geometry のエンベロープを表す SqlGeometry オブジェクトを返します。 |
![]() |
ToString | (Object から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
.gif)
.gif)