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.