Compartir a través de


Partition.Merge Method

Merges one or more partitions into the current partition.

Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Sintaxis

'Declaración
Public Sub Merge ( _
    sources As IEnumerable _
)
public void Merge (
    IEnumerable sources
)
public:
void Merge (
    IEnumerable^ sources
)
public void Merge (
    IEnumerable sources
)
public function Merge (
    sources : IEnumerable
)

Parámetros

  • sources
    The partitions to be merged into the partition object on which the Merge method is being executed.

Notas

Partitions do not need to have the same aggregations to be merged.

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

Partition Class
Partition Members
Microsoft.AnalysisServices Namespace