Sample script to set up a column with ID 3018 in DataReader Output output of DataReader Source component.
1 2 3 4 5 6 7 8 9 | <DataFlowSetting(New String() {"DataReader Source.Column.Output.DataReader Output.3018"})> _Public Property Column() As String Get Column = m_column End Get Set(ByVal value As String) m_column = value End SetEnd Property |