Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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
- group
Type: Microsoft.SqlServer.Types.GeographyEnvelopeAggregate
The geography envelope to add into this geography envelope.