Metodo Partition.Merge
Merges one or more partitions into the current partition.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Sub Merge ( _
sources As IEnumerable _
)
'Utilizzo
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
)
Parametri
- sources
Tipo: System.Collections.IEnumerable
The partitions to be merged into the partition object on which the Merge method is being executed.
Osservazioni
Partitions do not need to have the same aggregations to be merged.