IDataCubeServiceGenerateDataCube Method (String, Guid, Guid, IEnumerableString, IEnumerableString, 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 GenerateDataCube(
string name,
Guid parentId,
Guid structureId,
IEnumerable<string> measures,
IEnumerable<string> hierarchies,
EntityCreationOptions options
)
Function GenerateDataCube (
name As String,
parentId As Guid,
structureId As Guid,
measures As IEnumerable(Of String),
hierarchies As IEnumerable(Of String),
options As EntityCreationOptions
) As DataCube
DataCube^ GenerateDataCube(
String^ name,
Guid parentId,
Guid structureId,
IEnumerable<String^>^ measures,
IEnumerable<String^>^ hierarchies,
EntityCreationOptions^ options
)
abstract GenerateDataCube :
name : string *
parentId : Guid *
structureId : Guid *
measures : IEnumerable<string> *
hierarchies : IEnumerable<string> *
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. - measures
- Type: System.Collections.GenericIEnumerableString
The measure elements. - hierarchies
- Type: System.Collections.GenericIEnumerableString
The hierarchy elements. - 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