Hi All,
I am processing all the cube related things
Presently i was processing like below order
Processing order --> Dimensions --> Cube --> MeasureGroup --> Partition
1. oDimensions.Process(Microsoft.AnalysisServices.ProcessType.ProcessFull)
2. oCube.Process(Microsoft.AnalysisServices.ProcessType.ProcessFull)
3. oMeasureGroup.Process(Microsoft.AnalysisServices.ProcessType.ProcessFull)
4. oPartition.Process(Microsoft.AnalysisServices.ProcessType.ProcessFull)
Any thing modification of above processing..
like
Processing order --> Dimensions --> MeasureGroup --> Partition--> Cube
Regards,
Venu