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
)

매개 변수

주의

Partitions do not need to have the same aggregations to be merged.

참고 항목

참조

Partition 클래스

Microsoft.AnalysisServices 네임스페이스