ConnectorElementUpstreamElement Property |
Gets the upstream element responsible for generating the current connector element.
Namespace:
Dundas.BI.Data.Transforms
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic ConnectorElement UpstreamElement { get; }Public ReadOnly Property UpstreamElement As ConnectorElement
Get
public:
property ConnectorElement^ UpstreamElement {
ConnectorElement^ get ();
}member UpstreamElement : ConnectorElement with get
Property Value
Type:
ConnectorElement
See Also