IDataCubeServiceGenerateExpressionDataCube Method (String, Guid, Guid, EntityCreationOptions) |
Namespace:
Dundas.BI.Entities.DataCubes
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax DataCube GenerateExpressionDataCube(
string name,
Guid parentId,
Guid structureId,
EntityCreationOptions options
)
Function GenerateExpressionDataCube (
name As String,
parentId As Guid,
structureId As Guid,
options As EntityCreationOptions
) As DataCube
DataCube^ GenerateExpressionDataCube(
String^ name,
Guid parentId,
Guid structureId,
EntityCreationOptions^ options
)
abstract GenerateExpressionDataCube :
name : string *
parentId : Guid *
structureId : Guid *
options : EntityCreationOptions -> DataCube
Parameters
- name
- Type: SystemString
The name of the data cube. - parentId
- Type: SystemGuid
The ID of the parent file or folder. - structureId
- Type: SystemGuid
The structure ID. - options
- Type: Dundas.BI.EntitiesEntityCreationOptions
Options for saving the new entity; or to use the default options.
Return Value
Type:
DataCubeThe newly created
DataCube.
Exceptions See Also