IDataCubeServiceGenerateExpressionDataCube(String, Guid, Guid, EntityCreationOptions) Method |
Namespace: Dundas.BI.Entities.DataCubesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxDataCube 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 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