Freigeben über


GeographyUnionAggregate.Merge-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Adds another GeographyUnionAggregate object into this geography union.

Namespace:  Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Syntax

'Declaration
Public Sub Merge ( _
    group As GeographyUnionAggregate _
)
'Usage
Dim instance As GeographyUnionAggregate 
Dim group As GeographyUnionAggregate

instance.Merge(group)
public void Merge(
    GeographyUnionAggregate group
)
public:
void Merge(
    GeographyUnionAggregate^ group
)
member Merge : 
        group:GeographyUnionAggregate -> unit
public function Merge(
    group : GeographyUnionAggregate
)

Parameter

Siehe auch

Verweis

GeographyUnionAggregate Klasse

Microsoft.SqlServer.Types-Namespace