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