IDataCubeServiceProcessNativeStructure(DataCube, Guid, Boolean) Method |
Adds the specified native structure to the cube, either through a join or a time alignment union operation, select all the 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.DataCubesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxSelectTransform ProcessNativeStructure(
DataCube dataCube,
Guid nativeStructureId,
bool retainAllElements = false
)
Function ProcessNativeStructure (
dataCube As DataCube,
nativeStructureId As Guid,
Optional retainAllElements As Boolean = false
) As SelectTransform
SelectTransform^ ProcessNativeStructure(
DataCube^ dataCube,
Guid nativeStructureId,
bool retainAllElements = false
)
abstract ProcessNativeStructure :
dataCube : DataCube *
nativeStructureId : Guid *
?retainAllElements : bool
(* Defaults:
let _retainAllElements = defaultArg retainAllElements false
*)
-> SelectTransform Parameters
- dataCube DataCube
- The data cube.
- nativeStructureId Guid
- The native structure ID.
- retainAllElements Boolean (Optional)
- Gets or sets a value indicating that all elements will be selected if an automatic join occurs.
Return Value
SelectTransformThe newly created
SelectTransform.
Exceptions
See Also