Метод 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.