ConnectorElementAnalysisElement Property

Gets the analysis element the current instance is the source for, if applicable.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public IAnalysisElement AnalysisElement { get; }

Property Value

Type: IAnalysisElement
The analysis element.
Remarks
Only instances of the ResultTransform output connector have this property populated.
See Also