TransformInfo Class

Class used to store information about a data cube transform.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.TransformsTransformInfo

Namespace: Dundas.BI.Data.Transforms
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class TransformInfo

The TransformInfo type exposes the following members.

Properties
 NameDescription
Public propertyDataCubeId Gets the data cube ID.
Public propertyDataCubeName Gets the name of the data cube.
Public propertyOutputElements Gets the output elements.
Public propertyTransformDescription Gets the description of the transform.
Public propertyTransformId Gets the transform ID.
Public propertyTransformName Gets the name of the transform.
Top
See Also