MaximumWidth 属性

Gets or sets the maximum number of bytes to be read from the buffer.

命名空间:  Microsoft.SqlServer.Dts.Runtime
程序集:  Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)

语法

声明
Public Property MaximumWidth As Integer
    Get
    Set
用法
Dim instance As FlatFileColumn
Dim value As Integer

value = instance.MaximumWidth

instance.MaximumWidth = value
public int MaximumWidth { get; set; }
public:
property int MaximumWidth {
    int get ();
    void set (int value);
}
member MaximumWidth : int with get, set
function get MaximumWidth () : int
function set MaximumWidth (value : int)

属性值

类型:System. . :: . .Int32
An Integer that contains the maximum number of bytes to be read from the buffer.

注释

Specify 0 for no limit.