この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
指定された GeographyCollectionAggregate コレクションをこの geography コレクションに追加します。
名前空間: Microsoft.SqlServer.Types
アセンブリ: Microsoft.SqlServer.Types (Microsoft.SqlServer.Types.dll)
構文
'宣言
Public Sub Merge ( _
group As GeographyCollectionAggregate _
)
'使用
Dim instance As GeographyCollectionAggregate
Dim group As GeographyCollectionAggregate
instance.Merge(group)
public void Merge(
GeographyCollectionAggregate group
)
public:
void Merge(
GeographyCollectionAggregate^ group
)
member Merge :
group:GeographyCollectionAggregate -> unit
public function Merge(
group : GeographyCollectionAggregate
)
パラメーター
- group
型: Microsoft.SqlServer.Types.GeographyCollectionAggregate
この geography コレクションに追加する SqlGeography オブジェクトのコレクションです。