语言

FlatFileColumn.MaximumWidth 属性

定义

获取或设置缓冲区中可读取的最大字节数。

public:
 property int MaximumWidth { int get(); void set(int value); };
public int MaximumWidth { get; set; }
member this.MaximumWidth : int with get, set
Public Property MaximumWidth As Integer

属性值

一个包含缓冲区中最大字节数的整数。

注解

指定 0 表示无限制。

适用于