DataCubeJoin Class

Class that contains the relationship information between two transforms used within a DataCube.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Entities.DataCubesDataCubeJoin

Namespace:  Dundas.BI.Entities.DataCubes
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class DataCubeJoin

The DataCubeJoin type exposes the following members.

Properties
  NameDescription
Public propertyInputKeys
Gets the join input keys.
Public propertyInputStructure
Gets the join input source structure.
Public propertyInputTransform
Gets the join input transform.
Public propertyJoinTransform
Gets the join transform itself.
Public propertyJoinType
Gets the join type.
Public propertyReferencedKeys
Gets the join referenced keys.
Public propertyReferencedStructure
Gets the join referenced source structure.
Public propertyReferencedTransform
Gets the join referenced transform.
Top
See Also