Sample script to set up a column with ID 3018 in DataReader Output output of DataReader Source component

Sample script to set up a column with ID 3018 in DataReader Output output of DataReader Source component

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 Set
End Property