Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Merges one or more partitions into the current partition.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub Merge ( _
sources As IEnumerable _
)
'Usage
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
)
Parameters
- sources
Type: System.Collections.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.