OutputElementSource.InputDependencies Property |
Gets the input dependencies.
Namespace:
Dundas.BI.Data.Transforms
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntaxpublic 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:
IReadOnlyList<ConnectorElement>
See Also