Hi Gurus,
I am trying to process all shared dimensions, only in a database. This is the piece of code I am using
Dim oDSODimension As New DSO.Dimension
Dim oDSODB As New DSO.MDStore
For Each oDSODimension In oDSODB.Dimensions
oDSODimension.Process(ProcessTypes.processFull)
Next
Is there a way to check if oDSODimension is a shared dimension or not?? Currently I am processing all the shared and unshared dimensions in the database. Any pointers in this direction will be appreciated.
Philipose
I am trying to process all shared dimensions, only in a database. This is the piece of code I am using
Dim oDSODimension As New DSO.Dimension
Dim oDSODB As New DSO.MDStore
For Each oDSODimension In oDSODB.Dimensions
oDSODimension.Process(ProcessTypes.processFull)
Next
Is there a way to check if oDSODimension is a shared dimension or not?? Currently I am processing all the shared and unshared dimensions in the database. Any pointers in this direction will be appreciated.
Philipose