Partition.Merge Método
Merges one or more partitions into the current partition.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
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
- sources
Tipo: System.Collections.IEnumerable
The partitions to be merged into the partition object on which the Merge method is being executed.
Comentarios
Partitions do not need to have the same aggregations to be merged.