Partition.Merge Method (IEnumerable)

 

Applies To: SQL Server 2016 Preview

Merges one or more partitions into the current partition.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

public void Merge(
    IEnumerable sources
)
public:
void Merge(
    IEnumerable^ sources
)
member Merge : 
        sources:IEnumerable -> unit
Public Sub Merge (
    sources As IEnumerable
)

Parameters

Remarks

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

See Also

Partition Class
Microsoft.AnalysisServices Namespace

Return to top