Freigeben über


GeographyEnvelopeAggregate.Merge-Methode

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

Adds the given GeographyEnvelopeAggregate collection into this geography envelope.

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

Syntax

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

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

Parameter

Siehe auch

Verweis

GeographyEnvelopeAggregate Klasse

Microsoft.SqlServer.Types-Namespace