DataCubeConfigureCubeStorage(StorageType) Method |
Configures the cube storage.
Namespace: Dundas.BI.Entities.DataCubesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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 StorageType
- The storage category.
Exceptions
See Also