Partition.Merge 方法
Merges one or more partitions into the current partition.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public Sub Merge ( _
sources As IEnumerable _
)
用法
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
)
参数
- sources
类型:System.Collections.IEnumerable
The partitions to be merged into the partition object on which the Merge method is being executed.
注释
Partitions do not need to have the same aggregations to be merged.