Gets the inputs.
Namespace:
Dundas.BI.Data.Transforms
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic IReadOnlyList<InputConnector> Inputs { get; }Public ReadOnly Property Inputs As IReadOnlyList(Of InputConnector)
Get
public:
property IReadOnlyList<InputConnector^>^ Inputs {
IReadOnlyList<InputConnector^>^ get ();
}member Inputs : IReadOnlyList<InputConnector> with get
Property Value
Type:
IReadOnlyListInputConnector
See Also