FlatFileColumn.ColumnType 属性

定义

获取或设置列类型,是由分隔符分隔还是固定宽度。

public:
 property System::String ^ ColumnType { System::String ^ get(); void set(System::String ^ value); };
public string ColumnType { get; set; }
member this.ColumnType : string with get, set
Public Property ColumnType As String

属性值

包含带分隔符或固定宽度值的字符串。

注解

固定宽度格式用于 ColumnWidth 定义列。

适用于