Udostępnij za pośrednictwem


GeographyEnvelopeAggregate.Merge Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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
)

Parameters

See Also

Reference

GeographyEnvelopeAggregate Class

Microsoft.SqlServer.Types Namespace