Compartilhar via


Método Partition.Merge

Merges one or more partitions into the current partition.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public Sub Merge ( _
    sources As IEnumerable _
)
'Uso
Dim instance As Partition 
Dim sources As IEnumerable

instance.Merge(sources)
public void Merge(
    IEnumerable sources
)
public:
void Merge(
    IEnumerable^ sources
)
member Merge : 
        sources:IEnumerable -> unit
public function Merge(
    sources : IEnumerable
)

Parâmetros

Comentários

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

Consulte também

Referência

Partition Classe

Namespace Microsoft.AnalysisServices