Enum DataflowColumnUsageType
C#
public enum DataflowColumnUsageType
Fields
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. |