DataCubeConfigureCubeStorage Method (StorageType) | 
 
            Configures the cube storage.
            
 
    Namespace: 
   Dundas.BI.Entities.DataCubes
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic void ConfigureCubeStorage(
	StorageType category
)
Public Sub ConfigureCubeStorage ( 
	category As StorageType
)
public:
void ConfigureCubeStorage(
	StorageType category
)
member ConfigureCubeStorage : 
        category : StorageType -> unit 
Parameters
- category
 - Type: Dundas.BI.Entities.DataCubesStorageType
The storage category. 
Exceptions
See Also