Partition.Merge(IEnumerable) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Merges one or more partitions into the current partition.
public void Merge (System.Collections.IEnumerable sources);
member this.Merge : System.Collections.IEnumerable -> unit
Public Sub Merge (sources As IEnumerable)
Parameters
- sources
- IEnumerable
The partitions to be merged into the partition object on which the Merge method is being executed.
Remarks
Partitions do not need to have the same aggregations to be merged.