OutputElementSourceInputDependencies Property |
Gets the input dependencies.
Namespace:
Dundas.BI.Data.Transforms
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public IReadOnlyList<ConnectorElement> InputDependencies { get; }
Public ReadOnly Property InputDependencies As IReadOnlyList(Of ConnectorElement)
Get
public:
property IReadOnlyList<ConnectorElement^>^ InputDependencies {
IReadOnlyList<ConnectorElement^>^ get ();
}
member InputDependencies : IReadOnlyList<ConnectorElement> with get
Property Value
Type:
IReadOnlyListConnectorElementSee Also