IDataCubeServiceJoinNativeStructure(DataCube, Guid, IEnumerableString) Method

Joins the data cube with the specified native structure, selects the specified elements of the native structure and then saves the data cube.

Namespace: Dundas.BI.Entities.DataCubes
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
SelectTransform JoinNativeStructure(
	DataCube dataCube,
	Guid nativeStructureId,
	IEnumerable<string> elements
)

Parameters

dataCube  DataCube
The data cube.
nativeStructureId  Guid
The native structure ID.
elements  IEnumerableString
The elements to be added to the data cube.

Return Value

SelectTransform
The newly created SelectTransform.
Exceptions
ExceptionCondition
ArgumentNullExceptiondataCube or elements is .
NotFoundExceptionOne of the structure with the specified dataCube or nativeStructureId does not exist.
ArgumentExceptionThe data structure with the specified nativeStructureId cannot be joined to a DataCube.
InvalidSessionExceptionThe caller context is not associated with a valid session.
InvalidOperationExceptionA join operation is invalid for the provided data cube definition.
See Also