ScriptProjectInputBufferColumnUsageType Enumeration
The ScriptProjectInputBufferColumnUsageType enumeration provides options for how dataflow columns will be exposed to script project user code.
Enumeration Values
Name | Summary |
---|---|
ReadOnly | Specifies that the Script Project code will only be able to read the value of input buffer column. |
ReadWrite | Specifies that the Script Project code will be able to both read and write the value of input buffer column. |