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.DataCubesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxSelectTransform JoinNativeStructure(
DataCube dataCube,
Guid nativeStructureId,
IEnumerable<string> elements
)
Function JoinNativeStructure (
dataCube As DataCube,
nativeStructureId As Guid,
elements As IEnumerable(Of String)
) As SelectTransform
SelectTransform^ JoinNativeStructure(
DataCube^ dataCube,
Guid nativeStructureId,
IEnumerable<String^>^ elements
)
abstract JoinNativeStructure :
dataCube : DataCube *
nativeStructureId : Guid *
elements : IEnumerable<string> -> SelectTransform 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
SelectTransformThe newly created
SelectTransform.
Exceptions
See Also