IDataCubeServiceGenerateDataCube(String, Guid, Guid, EntityCreationOptions) Method |
Creates and saves a
DataCube using a compatible structure as the starting
SelectTransform. All the native structure elements are queried.
A final
ResultTransform is added automatically and connected automatically.
Namespace: Dundas.BI.Entities.DataCubesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxDataCube GenerateDataCube(
string name,
Guid parentId,
Guid structureId,
EntityCreationOptions options
)
Function GenerateDataCube (
name As String,
parentId As Guid,
structureId As Guid,
options As EntityCreationOptions
) As DataCube
DataCube^ GenerateDataCube(
String^ name,
Guid parentId,
Guid structureId,
EntityCreationOptions^ options
)
abstract GenerateDataCube :
name : string *
parentId : Guid *
structureId : Guid *
options : EntityCreationOptions -> DataCube Parameters
- name String
- The name of the data cube.
- parentId Guid
- The ID of the parent file or folder.
- structureId Guid
- The structure ID.
- options EntityCreationOptions
- Options for saving the new entity; or to use the default options.
Return Value
DataCubeThe newly created
DataCube.
Exceptions
See Also