IDataCubeServiceProcessNativeStructure Method (DataCube, Guid, IEnumerableString) |
Adds the specified native structure to the cube, either through a join or a time alignment union operation, selects the specified elements of the native structure and then saves the data cube.
If the relationship keys are
DateTime fields, the operation is a union, otherwise it is a standard join.
Namespace:
Dundas.BI.Entities.DataCubes
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax SelectTransform ProcessNativeStructure(
DataCube dataCube,
Guid nativeStructureId,
IEnumerable<string> elements
)
Function ProcessNativeStructure (
dataCube As DataCube,
nativeStructureId As Guid,
elements As IEnumerable(Of String)
) As SelectTransform
SelectTransform^ ProcessNativeStructure(
DataCube^ dataCube,
Guid nativeStructureId,
IEnumerable<String^>^ elements
)
abstract ProcessNativeStructure :
dataCube : DataCube *
nativeStructureId : Guid *
elements : IEnumerable<string> -> SelectTransform
Parameters
- dataCube
- Type: Dundas.BI.Entities.DataCubesDataCube
The data cube. - nativeStructureId
- Type: SystemGuid
The native structure ID. - elements
- Type: System.Collections.GenericIEnumerableString
The elements to be added to the data cube.
Return Value
Type:
SelectTransformThe newly created
SelectTransform.
Exceptions See Also