Share via


FlatFileColumn.ColumnType Propiedad

Definición

Obtiene o establece el tipo de columna, ya sea delimitada o de ancho fijo.

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

Valor de propiedad

Cadena que contiene valores Delimited o Fixed Width.

Comentarios

El formato de ancho fijo usa ColumnWidth para definir columnas.

Se aplica a