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)
Syntaxpublic IAnalysisElement AnalysisElement { get; }Public ReadOnly Property AnalysisElement As IAnalysisElement
Get
public:
property IAnalysisElement^ AnalysisElement {
IAnalysisElement^ get ();
}member AnalysisElement : IAnalysisElement with get
Property Value
Type:
IAnalysisElementThe analysis element.
RemarksOnly instances of the
ResultTransform output connector have this property populated.
See Also