DataflowColumnUsageType Enumeration
Provides options for specifying whether a dataflow input path column is read only or read/write.
Enumeration Values
Name | Summary |
---|---|
ReadOnly | Specifies that the referenced dataflow input path column should be read only. |
ReadWrite | Specifies that the referenced dataflow input path column should be read/write. |