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 ,无限制。

适用于