IDataCubeServiceCreateSelectStructureParameter Method |
Creates a
Parameter to enable switching the native structure being queried by the specified transform.
Namespace: Dundas.BI.Entities.DataCubesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxSelectStructureParameter CreateSelectStructureParameter(
DataCube dataCube,
SelectTransform transform,
IList<NativeStructure> validStructures
)
Function CreateSelectStructureParameter (
dataCube As DataCube,
transform As SelectTransform,
validStructures As IList(Of NativeStructure)
) As SelectStructureParameter
SelectStructureParameter^ CreateSelectStructureParameter(
DataCube^ dataCube,
SelectTransform^ transform,
IList<NativeStructure^>^ validStructures
)
abstract CreateSelectStructureParameter :
dataCube : DataCube *
transform : SelectTransform *
validStructures : IList<NativeStructure> -> SelectStructureParameter Parameters
- dataCube DataCube
- The data cube.
- transform SelectTransform
- The select transform for which the parameter is defined.
- validStructures IListNativeStructure
- The list of valid native structures. They all must have a compatible output.
Return Value
SelectStructureParameterThe parameter.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | dataCube, transform or validStructures is . |
| ArgumentException | The provided list of possible values is empty. |
| ArgumentException | The specified transform is not part of the specified data cube definition, or it cannot be configured to accept select structure parameters. |
See Also