Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Adds the given GeographyCollectionAggregate collection into this geography collection.
Namespace: Microsoft.SqlServer.Types
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
Syntax
'Declaration
Public Sub Merge ( _
group As GeographyCollectionAggregate _
)
'Usage
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
)
Parameter
- group
Typ: Microsoft.SqlServer.Types.GeographyCollectionAggregate
The collection of SqlGeography objects to add into this geography collection.